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