TVirtualDataTable.Create Constructor
Creates a new virtual datatable instance and assigns a name to it.
Syntax
Unit: FlexCel.Report
constructor TVirtualDataTable.Create(const aTableName: string; const aCreatedBy: TVirtualDataTable);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | aTableName | string | Name for the virtual data table. Note that this name is *not* used anywhere in FlexCel code, except to report errors. The Table names that are used on reports are the ones in TVirtualDataTableState |
const | aCreatedBy | TVirtualDataTable | Table that created this table (via a filter, distinct, etc), or null if this table wasn't created from another VirtualDataTable. |