TVirtualDataTableState.Create Constructor
Constructs a new VirtualDataTableState with the specified name. Note that you will not call this constructor directly, new VirtualDataTableState instances will be created only by TVirtualDataTable.CreateState
Syntax
Unit: FlexCel.Report
constructor TVirtualDataTableState.Create(const aTableData: TVirtualDataTable);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aTableData |
TVirtualDataTable |
VirtualDataTable that created this instance. |
See also