|
<< Click to Display Table of Contents >> Delphi Examples: DbiGetRecordForKey |
![]() ![]()
|
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.