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 >
Wrap
Text File
|
2002-06-24
|
833b
|
18 lines
//************************************************************************************//
// File created automatically by GenerateRecords.xls //
// Do not modify by hand //
//************************************************************************************//
private
function GetItems(index: integer): TEscherSPRecord;
procedure SetItems(index: integer; const Value: TEscherSPRecord);
public
property Items[index: integer]: TEscherSPRecord read GetItems write SetItems; default;
function Add(aRecord: TEscherSPRecord):integer;
procedure Insert(Index: integer; aRecord: TEscherSPRecord);
private
Sorted: boolean;
public
function Find(const aItem:Cardinal ; var Index: integer): boolean;
procedure Sort;