Show: Delphi C++
Display Preferences

Datasnap.DBClient.TKeyBuffer

From XE2 API Documentation
Jump to: navigation, search

Delphi

  TKeyBuffer = record
    Modified: Boolean;
    Exclusive: Boolean;
    FieldCount: Integer;
    Data: record end;
  end;

C++

struct DECLSPEC_DRECORD TKeyBuffer{
private:
struct DECLSPEC_DRECORD _TKeyBuffer__1
{
};
public:
bool Modified;
bool Exclusive;
int FieldCount;
_TKeyBuffer__1 Data;
};

Properties

Type Visibility Source Unit Parent
struct
class
public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient Datasnap.DBClient

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