Table of Contents

TTMSFNCCloudCustomStellarDataStore.TableById Method

Finds a table by numeric identifier.

API unit family: TMSFNCCloudStellarDataStore Declaring type: 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.