Hi,
Das ganze sieht so aus.
Delphi-Quellcode:
unit NVCLForms;
{$M+}
TNVCLForm =
class(TNVCLControl)
//...
end;
{$M-}
Delphi-Quellcode:
unit Unit1;
uses NVCLForms;
type
TForm1 =
class(TNVCLForm)
procedure Wasweißich(Sender: TBlubb);
private
//...
public
end;
procedure Wasweißich(Sender: TBlubb);
wird nicht per
RTTI gespeichert. Erst wenn ich {$M+} hinzufüge klappts.
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."