*hust* Du haettest dich ans Beispiel halten sollen. So sollte der Code passen:
Delphi-Quellcode:
unit UCollectionList;
interface
uses dpCollection, Contnrs;
type
_LIST_ITEM_ = TJsCollection;
{$DEFINE TYPED_LIST_TEMPLATE}
{$I typedlisttemplate.pas}
TCollectionList = _LIST_;
implementation
{$I typedlisttemplate.pas}
end.
Man beachte die Zeile mit der Definition von TYPED_LIST_TEMPLATE
Greetz
alcaeus