API:Datasnap.DBClient.TKeyBuffer

From RAD Studio 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
record
struct
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!