TTMSFNCCloudStellarDataStore.TableById Method
Finds a table by numeric identifier.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: TTMSFNCCloudStellarDataStore
Inherited from: TTMSFNCCloudCustomStellarDataStore
Syntax
function TableById(AId: Int64): TTMSFNCCloudStellarDataStoreTable;
Parameters
| Name | Description |
|---|---|
AId |
Table identifier to search for. |
Returns
The matching table, or nil when no table matches.