TMedTable.GotoKey TMedTable

function GotoKey: Boolean;

Description

Call GotoKey to move to record specified by key values assigned using SetKey and EditKey.

If matching record is found, the cursor is positioned on it and true is returned. Otherwise, record position remains unchanged and false is returned.

Key values must correspond to fields of the current index as set with IndexName. This index is used to perform a search.

See TTable.GotoKey for more details.