FireDAC.Comp.DataSet.TFDRecInfo
Delphi
TFDRecInfo = record
[unsafe] FRow: TFDDatSRow;
FRowIndex: LongInt;
FBookmarkFlag: TBookmarkFlag;
end;
C++
struct DECLSPEC_DRECORD TFDRecInfo
{
public:
Firedac::Dats::TFDDatSRow* FRow;
int FRowIndex;
Data::Db::TBookmarkFlag FBookmarkFlag;
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | FireDAC.Comp.DataSet |
Description
Embarcadero Technologies does not currently have any additional information.