Table of Contents

TTMSFNCDataBinderItem.DataSetLocate Method

Moves the dataset cursor to the record matching the given key values.

API unit family: TMSFNCDataBinding Declaring type: TTMSFNCDataBinderItem

Syntax

function DataSetLocate(AKeyFieldNames: string; AKeyValues: string): Boolean;

Parameters

Name Description
AKeyFieldNames Semicolon-separated list of key field names.
AKeyValues Semicolon-separated list of matching key values.

Returns

True if a matching record was found and the cursor moved to it.