Create(TdxCustomSpreadSheet) Constructor
Creates a new persistent object for the specified Spreadsheet or Report Designer control.
Declaration
constructor Create(ASpreadSheet: TdxCustomSpreadSheet); virtual;
Parameters
Name | Type |
---|---|
ASpreadSheet | TdxCustomSpreadSheet |
Remarks
This constructor creates a new persistent object for a SpreadSheet or Report Designer control passed as the ASpreadSheet parameter. The control constructors call this constructor internally to create all required instances of TdxSpreadSheetPersistentObject class descendants.
See Also