FireDAC.Comp.DataSet.TFDRecInfo

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDRecInfo = record

C++

struct DECLSPEC_DRECORD TFDRecInfo
{
public:
    Firedac::Dats::TFDDatSRow* FRow;
    System::LongInt FRowIndex;
    Data::Db::TBookmarkFlag FBookmarkFlag;
};

Description

Provides detailed information about a specific record in a dataset.


See Also