Bde.DBTables.TBDEKeyBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

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