[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Available options when locating a record in a dataset
Source position: db.pas line 1071
type TLocateOption = ( |
||
loCaseInsensitive, |
|
Perform a case-insensitive search |
loPartialKey |
|
Accept partial key matches |
); |
TLocateOption is used in the TDataset.Locate call to enumerate the possible options available when locating a record in the dataset.
|
Locate a record based on some key values |
|
|
Options to use when locating a record in a dataset |
lazarus-ccr.sourceforge.net |