FireDAC.Comp.DataSet.TFDDataSetLocateOption
Delphi
TFDDataSetLocateOption = (lxoCaseInsensitive, lxoPartialKey, lxoFromCurrent,
lxoBackward, lxoCheckOnly, lxoNoFetchAll);
C++
enum DECLSPEC_DENUM TFDDataSetLocateOption : unsigned int { lxoCaseInsensitive, lxoPartialKey, lxoFromCurrent, lxoBackward, lxoCheckOnly, lxoNoFetchAll };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | FireDAC.Comp.DataSet |
Description
Embarcadero Technologies does not currently have any additional information.