GetTableData method
Retrieves the data of a specific table.
Parameters
| Name | Description | Mandatory | 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 shown. |
Yes | Integer |
| qRows |
Number of rows to show. |
Yes | Integer |
| qSyntheticMode |
If this parameter is set to true, the internal data/table representation is shown. Synthetic fields are present (if any). |
Yes | Boolean |
| qTableName |
Name of the table. |
Yes | String |
Returns
| Name | Description | Type |
|---|---|---|
| qData |
Array of data. |
Array of TableRow |