Skip to main content

TdxMemIndexes.GetIndexByField(TField) Method

Returns a specific TdxMemIndex instance.

Declaration

function GetIndexByField(AField: TField): TdxMemIndex;

Parameters

Name Type
AField TField

Returns

Type
TdxMemIndex

Remarks

Since each memory field can contain only a single index, the GetIndexByField method allows you to locate a specific index that corresponds to the field specified by the AField parameter.

See Also