Table of Contents

TTMSFNCCloudCustomStellarDataStore.TableByName Method

Finds a table by name.

API unit family: TMSFNCCloudStellarDataStore Declaring type: TTMSFNCCloudCustomStellarDataStore

Syntax

function TableByName(AName: string): TTMSFNCCloudStellarDataStoreTable;

Parameters

Name Description
AName Table name to search for.

Returns

The matching table, or nil when no table matches.