Moin
Zitat von
Real_Thunder:
[...] habe es in type versucht will aber nicht...
Das müsste eigentlich schon gehen. Beispiel:
Delphi-Quellcode:
type
TForm1 = class(TForm)
Button1: TButton;
private
{ Private-Deklarationen }
public
{ Public-Deklarationen }
end;
type
MyFormClass = TClass;