home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / delphi / kolekce / d56 / FLEXCEL.ZIP / XLSAdapter / Inc / TSSTHdr.inc < prev    next >
Text File  |  2002-06-24  |  677b  |  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): TSSTEntry;
  8.   procedure SetItems(index: integer; const Value: TSSTEntry);
  9. public
  10.   property Items[index: integer]: TSSTEntry read GetItems write SetItems; default;
  11.   function Add(aRecord: TSSTEntry):integer;
  12.   procedure Insert(Index: integer; aRecord: TSSTEntry);
  13.