TTMSFNCCloudStellarDataStoreTable.EntityByID Method
Finds an entity in the table by numeric identifier.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: TTMSFNCCloudStellarDataStoreTable
Syntax
function EntityByID(AID: Int64): TTMSFNCCloudStellarDataStoreEntity;
Parameters
| Name | Description |
|---|---|
AID |
Entity identifier to search for. |
Returns
The matching entity, or nil when no entity matches.