Ignore:
Timestamp:
Sep 18, 2012, 8:17:09 AM (12 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/NativeGenerics/Units/GenericMatrix.pas

    r379 r423  
    8585    function Implode(RowSeparator, ColSeparator: string; Converter: TToStringConverter): string;
    8686    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;
    8989    procedure Insert(Index: TIndex; Item: TItem);
    9090    procedure InsertList(Index: TIndex; List: TGMatrix<TItem>);
Note: See TracChangeset for help on using the changeset viewer.