FireDAC.Comp.DataSet.TFDRecInfo
[–] 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.