hab die
OH mal nach "static" durchsucht....
Zitat von
OH: static:
Syntax
static <datendefinition> ;
static <funktionsname> <funktionsdefinition> ;
Delphi-Quellcode:
Type TMyRecord = Record
Obj: TObject;
Static Function Create: TMyRecord;
Procedure Free;
End;
Static ist hier 'nen Syntaxfehler