11.01.2011 20:49, Razvan Adrian Bogdan wrote:
type
TMyStruct = record
NestedStruct = record
SimpleMember: string;
end;
end;
What compiler can compile this type?
Type keyword is requires to disctinct different sections inside
structures. In classes, records and object you can have inner type,
const, var, class var and method sections.
Best regards,
Paul Ishenin
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus