FireDAC.Comp.DataSet.TFDDataSetLocateOptions
Delphi
TFDDataSetLocateOptions = set of TFDDataSetLocateOption;
C++
typedef System::Set<TFDDataSetLocateOption, TFDDataSetLocateOption::lxoCaseInsensitive, TFDDataSetLocateOption::lxoNoFetchAll> TFDDataSetLocateOptions;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | FireDAC.Comp.DataSet |
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.