FireDAC.Comp.DataSet.TFDDataSetLocateOption

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: FireDAC.Comp.DataSet

Delphi

TFDDataSetLocateOption = (lxoCaseInsensitive, lxoPartialKey, lxoFromCurrent,
lxoBackward, lxoCheckOnly, lxoNoFetchAll);

C++

enum DECLSPEC_DENUM TFDDataSetLocateOption : unsigned int { lxoCaseInsensitive, lxoPartialKey, lxoFromCurrent, lxoBackward, lxoCheckOnly, lxoNoFetchAll };

Description

Defines the options for locating records within a dataset.


See Also