GetTableData method
Overview
Retrieves the data of a specific table.
Parameters
| Name | Description | Type |
|---|---|---|
| qOffset |
Position from the top, starting from 0. If the offset is set to 0, the rows starting from the position/index 0 are showed. |
Integer |
| qRows | Number of rows to show. | Integer |
| qSyntheticMode | If this parameter is set to true, the internal data/table representation is shown. Synthetic fields are present (if any). | Boolean |
| qTableName | Name of the table. | String |
Outputs
The following is returned in the output:
| Name | Description | Type |
|---|---|---|
| qData | Array of data. | Array of TableRow |