FireDAC.Comp.DataSet.TFDKeyBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TFDKeyBuffer = packed record
    FModified: Boolean;
    FExclusive: Boolean;
    FFieldCount: Integer;
    FAssignedFieldCount: Integer;
    FRecBuff: TRecBuf;
  end;

C++

struct DECLSPEC_DRECORD TFDKeyBuffer
{
public:
    bool FModified;
    bool FExclusive;
    int FFieldCount;
    int FAssignedFieldCount;
    NativeInt FRecBuff;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet FireDAC.Comp.DataSet

Description

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