Changeset 423 for Generics/NativeGenerics/Units/GenericMatrix.pas
- Timestamp:
- Sep 18, 2012, 8:17:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/NativeGenerics/Units/GenericMatrix.pas
r379 r423 85 85 function Implode(RowSeparator, ColSeparator: string; Converter: TToStringConverter): string; 86 86 procedure Explode(Text, Separator: string; Converter: TFromStringConverter; SlicesCount: Integer = -1); 87 function IndexOf(Item: TItem; Start: TIndex = 0): TIndex;88 function IndexOfList(List: TGMatrix<TItem>; Start: TIndex = 0): TIndex;87 function IndexOf(Item: TItem; Start: TIndex): TIndex; 88 function IndexOfList(List: TGMatrix<TItem>; Start: TIndex): TIndex; 89 89 procedure Insert(Index: TIndex; Item: TItem); 90 90 procedure InsertList(Index: TIndex; List: TGMatrix<TItem>);
Note:
See TracChangeset
for help on using the changeset viewer.