Christian sagt ObjectList, Grishnak sagt typisierte ObjectList (Typecast sparen), ich sag
ObjectList-Descendent mit Templates
Der Vorteil? Du schreibst insg. 5 Zeilen Code in eine leere
Unit und das wars:
Delphi-Quellcode:
unit uListItem;
interface
uses Contnrs;
type
_LIST_ITEM_ = TStringList;
{$DEFINE TYPED_LIST_TEMPLATE}
{$INCLUDE objlist_tmpl.pas}
TStringListList = _LIST_;
implementation
{$INCLUDE objlist_tmpl.pas}
end.
Besser kanns (fast) nicht mehr werden, oder?
Greetz
alcaeus