FireDAC.Comp.DataSet.TFDFetchDirection
Delphi
TFDFetchDirection = (fdUp, fdDown);
C++
enum DECLSPEC_DENUM TFDFetchDirection : unsigned int { fdUp, fdDown };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | FireDAC.Comp.DataSet |
Description
Specifies the fetch direction.
TFDFetchDirection represents an enum, which specifies the direction for the TFDTable fetch operation:
Name |
---|
fdUp |
fdDown |