class var type ist mir neu.
Handelt es sich um eine Schwäche des Compilers? Das hier kompiliert in Delphi 2009:
Delphi-Quellcode:
type
TClassVarTypeTest = class
class var
class var
class var
class var
type
TRecordWithinAClass = record
SomeField: string;
end;
end;
Ich nehme daher an, dass das
class var vor
type keine Bedeutung hat.