Bde.DBTables.TBDEKeyBuffer

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TBDEKeyBuffer = packed record
    Modified: Boolean;
    Exclusive: Boolean;
    FieldCount: Integer;
  end;

C++

struct DECLSPEC_DRECORD TBDEKeyBuffer
{
public:
    bool Modified;
    bool Exclusive;
    int FieldCount;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

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 !