FireDAC.Comp.DataSet.TFDRecInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet FireDAC.Comp.DataSet

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.