Create(TdxSpreadSheetObjectList) Constructor
Appends a new item to the specified collection.
Declaration
constructor Create(AOwner: TdxSpreadSheetObjectList); virtual;
Parameters
Name | Type | Description |
---|---|---|
AOwner | TdxSpreadSheetObjectList | A target collection. |
Remarks
Call this constructor create a new item and append it to the collection passed as the AOwner parameter. The constructor uses the parameter value to initialize the Owner property.
To free the collection item, you can pass its index as the Owner.Delete procedure’s parameter.
See Also