Delphi Examples: DbiGetRecordForKey

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Delphi Examples: DbiGetRecordForKey

Return to chapter overview

Position the cursor and return the record buffer containing the specified key

Delphi users should use TDataSet.Locate, TTable.FindKey, or TTable.GotoKey rather than directly calling dbiGetRecordForKey. These methods are described in the Delphi online help.