TdxSpreadSheetObjectList Class
The base class for classes that implement collections used in the ExpressSpreadSheet Suite.
Declaration
TdxSpreadSheetObjectList = class(
TdxSpreadSheetPersistentObject
)
Remarks
This class extends its ancestor with properties and methods that allow you to:
Obtain the number of stored collection items (Count);
Access individual collection items by their zero-based indexes (Items);
Remove or destroy a specific collection item (Remove and Delete);
Clear the collection (Clear);
Access the Spreadsheet or Report Designer control to which the item collection belongs (SpreadSheet).
You do not need to create instances of the TdxSpreadSheetObjectList class. Use its descendants instead.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxSpreadSheetPersistentObject
TdxSpreadSheetObjectList
See Also