Entweder du baust dir deine eigene Listenklasse, oder du benutzt einfach TObjectList.
Delphi-Quellcode:
type
TDokument = class
Pages: TObjectList;
//....
end;
//oder
TDokument = class(TObjectList)
//..
end;
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1