Show: Delphi
C++
Display Preferences
Specifying the Current Record After a Successful Search
From RAD Studio
Go Up to Understanding datasets Index
Go Up to C++Builder Developer's Guide
By default, a successful search positions the cursor on the first record that matches the search criteria. If you prefer, you can set the KeyExclusive property to True to position the cursor on the next record after the first matching record.
By default, KeyExclusive is False, meaning that successful searches position the cursor on the first matching record.