Ignore:
Timestamp:
Oct 27, 2010, 9:28:58 PM (14 years ago)
Author:
george
Message:
  • Added: Demo application.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/List/IntegerList.pas

    r68 r69  
    99
    1010type
    11   TIndexType = Integer;
    12   TItemType = Integer;
     11  TListIndex = Integer;
     12  TListItem = Integer;
    1313{$INCLUDE 'GenericListInterface.tpl'}
    1414
    1515type
    16   TIntegerGList = class(TGList)
     16  TIntegerList = class(TGList)
    1717  end;
    1818
Note: See TracChangeset for help on using the changeset viewer.