Method
|
Purpose
|
EditKey
|
Preserves the current contents of the search key buffer and puts the dataset into dsSetKey state so your application can modify existing search criteria prior to executing a search.
|
FindKey
|
Combines the SetKey and GotoKey methods in a single method.
|
FindNearest
|
Combines the SetKey and GotoNearest methods in a single method.
|
GotoKey
|
Searches for the first record in a dataset that exactly matches the search criteria, and moves the cursor to that record if one is found.
|
GotoNearest
|
Searches on string-based fields for the closest match to a record based on partial key values, and moves the cursor to that record.
|
SetKey
|
Clears the search key buffer and puts the table into dsSetKey state so your application can specify new search criteria prior to executing a search.
|