Show: Delphi C++
Display Preferences

Bde.DBTables.TBDEKeyBuffer

From XE2 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
struct
class
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!

Personal tools
Previous Versions
Translations