home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / delphi / kolekce / d56 / FLEXCEL.ZIP / XLSAdapter / Inc / TEscherOPTCacheHdr.inc < prev    next >
Text File  |  2002-06-24  |  837b  |  18 lines

  1. //************************************************************************************//
  2. //  File created automatically by GenerateRecords.xls                                 //
  3. //  Do not modify by hand                                                             //
  4. //************************************************************************************//
  5.  
  6. private
  7.   function GetItems(index: integer): TEscherOPTRecord;
  8.   procedure SetItems(index: integer; const Value: TEscherOPTRecord);
  9. public
  10.   property Items[index: integer]: TEscherOPTRecord read GetItems write SetItems; default;
  11.   function Add(aRecord: TEscherOPTRecord):integer;
  12.   procedure Insert(Index: integer; aRecord: TEscherOPTRecord);
  13. private
  14.   Sorted: boolean;
  15. public
  16.   function Find(const aItem:Integer ; var Index: integer): boolean;
  17.   procedure Sort;
  18.