FireDAC.Comp.DataSet.TFDFetchDirection

From RAD Studio API Documentation
Jump to: navigation, search

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

See Also