Specifying the Current Record After a Successful Search

From RAD Studio
Jump to: navigation, search

Go Up to Using Indexes to Search for Records


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.

See Also