API:FireDAC.Comp.DataSet.TFDKeyBuffer
| [–] Properties | |
|---|---|
| Type: record struct
| |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: FireDAC.Comp.DataSet | |
Delphi
TFDKeyBuffer = packed record
C++
struct DECLSPEC_DRECORD TFDKeyBuffer
{
public:
bool FModified;
bool FExclusive;
int FFieldCount;
int FAssignedFieldCount;
Data::Db::TRecBuf FRecBuff;
};
Description
Embarcadero Technologies does not currently have any additional information.