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

  1. //************************************************************************************//
  2. //  File created automatically by GenerateRecords.xls                                 //
  3. //  Do not modify by hand                                                             //
  4. //************************************************************************************//
  5.  
  6. private
  7.   function GetItems(index: integer): TEscherClientDataRecord;
  8.   procedure SetItems(index: integer; const Value: TEscherClientDataRecord);
  9. public
  10.   property Items[index: integer]: TEscherClientDataRecord read GetItems write SetItems; default;
  11.   function Add(aRecord: TEscherClientDataRecord):integer;
  12.   procedure Insert(Index: integer; aRecord: TEscherClientDataRecord);
  13.