TUserTableEventArgs.Create Constructor
Creates a new Argument.
Syntax
Unit: FlexCel.Report
constructor TUserTableEventArgs.Create(const aTableName: string; const aParameters: string);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | aTableName | string | The value written on the cell "Table name" on the config sheet. You can use it as an extra parameter. |
const | aParameters | string | The parameters passed on the <#User Table(parameters)> tag. |