FireDAC.Comp.Client.TFDTableBookmarkData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TFDTableBookmarkData = record
    FDatasetData: TFDBookmarkData;
    FValuesBuffer: array of Byte;
  end;

C++

struct DECLSPEC_DRECORD TFDTableBookmarkData
{
private:
    typedef System::DynamicArray<System::Byte> _TFDTableBookmarkData__1;
public:
    Firedac::Comp::Dataset::TFDBookmarkData FDatasetData;
    _TFDTableBookmarkData__1 FValuesBuffer;
};

Propriétés

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

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 !