Table of Contents

ITMSFNCDataObject.GetRecordIndex Method

Returns the index of a record value.

API unit family: TMS.TMSFNCDataSet Declaring type: ITMSFNCDataObject

Syntax

function GetRecordIndex(ARecord: TValue): Integer;

Parameters

Name Description
ARecord Record value to locate.

Returns

The zero-based record index, or -1 when the record is not found.