Ignore:
Timestamp:
Dec 19, 2011, 9:33:21 AM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Jednotka UApplicationInfo obsahující informace o programu.
Location:
trunk/Components/TemplateGenerics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/TemplateGenerics

    • Property svn:ignore set to
      lib
  • trunk/Components/TemplateGenerics/Generic/GenericList.inc

    r61 r62  
    4343    function GetArray: TGListItemArray;
    4444    function Implode(Separator: string; Converter: TGListToStringConverter): string;
    45     function IndexOf(Item: TGListItem; Start: TGListIndex = 0): TGListIndex;
     45    function IndexOf(Item: TGListItem; Start: TGListIndex = 0): TGListIndex; virtual;
    4646    function IndexOfList(List: TGList; Start: TGListIndex = 0): TGListIndex;
    4747    procedure Insert(Index: TGListIndex; Item: TGListItem);
Note: See TracChangeset for help on using the changeset viewer.