Searches the dataset for a specified record and makes that record the current record.
function Locate(const KeyFields: String;
const KeyValues: Variant;
Options: TLocateOptions): Boolean;
Retrieves field values from a record that matches specified search values.
function Lookup(const KeyFields: String;
const KeyValues: Variant;
const ResultFields: String): Variant;