Ignore:
Timestamp:
Nov 17, 2010, 7:34:05 PM (14 years ago)
Author:
george
Message:
  • Added: Method Explode to create list items from string.
  • Modified: Definition for procedural type TGListStringConverter changed to TGListToStringConverter and TFListFromStringConverter.
  • Modified: Sepcialized unit ListObject renamed to SpecializedObjectList.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/Specialized/SpecializedDictionary.pas

    r86 r91  
    1919{$DEFINE TGDictionaryList := TDictionaryList}
    2020{$DEFINE TGDictionarySortCompare := TDictionarySortCompareInteger}
    21 {$DEFINE TGDictionaryStringConverter := TDictionaryStringConverterInteger}
     21{$DEFINE TGDictionaryToStringConverter := TDictionaryToStringConverterInteger}
     22{$DEFINE TGDictionaryFromStringConverter := TDictionaryFromStringConverterInteger}
    2223{$DEFINE INTERFACE}
    2324{$I 'GenericDictionary.inc'}
     
    3334{$DEFINE TGDictionaryList := TDictionaryList}
    3435{$DEFINE TGDictionarySortCompare := TDictionarySortCompareInteger}
    35 {$DEFINE TGDictionaryStringConverter := TDictionaryStringConverterInteger}
     36{$DEFINE TGDictionaryToStringConverter := TDictionaryToStringConverterInteger}
     37{$DEFINE TGDictionaryFromStringConverter := TDictionaryFromStringConverterInteger}
    3638{$DEFINE IMPLEMENTATION}
    3739{$I 'GenericDictionary.inc'}
Note: See TracChangeset for help on using the changeset viewer.