home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / delphi / kolekce / d56 / FLEXCEL.ZIP / XLSAdapter / Inc / TEscherShapeCacheHdr.inc < prev    next >
Text File  |  2002-06-24  |  833b  |  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): TEscherSPRecord;
  8.   procedure SetItems(index: integer; const Value: TEscherSPRecord);
  9. public
  10.   property Items[index: integer]: TEscherSPRecord read GetItems write SetItems; default;
  11.   function Add(aRecord: TEscherSPRecord):integer;
  12.   procedure Insert(Index: integer; aRecord: TEscherSPRecord);
  13. private
  14.   Sorted: boolean;
  15. public
  16.   function Find(const aItem:Cardinal ; var Index: integer): boolean;
  17.   procedure Sort;
  18.