FireDAC.Comp.DataSet.TFDBookmarkData
Delphi
TFDBookmarkData = record
C++
struct DECLSPEC_DRECORD TFDBookmarkData
{
public:
Firedac::Dats::TFDDatSRow* FRow;
int FRowIndex;
int FResultSetNum;
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | FireDAC.Comp.DataSet |
Description
Allows to reference and navigate to a particular record without relying on its position in the dataset.