FireDAC.Comp.DataSet.TFDBookmarkData

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet FireDAC.Comp.DataSet

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !