FireDAC.Comp.DataSet.TFDBookmarkData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TFDBookmarkData = record
    [unsafe] FRow: TFDDatSRow;
    FRowIndex: Integer;
    FResultSetNum: Integer;
  end;

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

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!