Changeset 69 for Generics/TemplateGenerics/List/StringList.pas
- Timestamp:
- Oct 27, 2010, 9:28:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/TemplateGenerics/List/StringList.pas
r68 r69 9 9 10 10 type 11 T IndexType= Integer;12 T ItemType= string;11 TListIndex = Integer; 12 TListItem = string; 13 13 {$INCLUDE 'GenericListInterface.tpl'} 14 14 15 15 type 16 TString GList = class(TGList)16 TStringList = class(TGList) 17 17 end; 18 18
Note:
See TracChangeset
for help on using the changeset viewer.