Bde.DBTables.TBDEKeyBuffer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
record
struct
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: Bde.DBTables

Delphi

TBDEKeyBuffer = packed record

C++

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

Description

Embarcadero Technologies does not currently have any additional information.