FireDAC.Comp.DataSet.TFDDataSetLocateOptions
| [–] Properties | |
|---|---|
| Type: set typedef
| |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: FireDAC.Comp.DataSet | |
Delphi
TFDDataSetLocateOptions = set of TFDDataSetLocateOption;
C++
typedef System::Set<TFDDataSetLocateOption, TFDDataSetLocateOption::lxoCaseInsensitive, TFDDataSetLocateOption::lxoNoFetchAll> TFDDataSetLocateOptions;
Description
Defines the behavior of the Locate method when searching for records in a dataset.
It allows users to customize how records are located based on various criteria.