FireDAC.Comp.DataSet.TFDKeyBuffer
Delphi
TFDKeyBuffer = packed record
C++
struct DECLSPEC_DRECORD TFDKeyBuffer
{
public:
bool FModified;
bool FExclusive;
int FFieldCount;
int FAssignedFieldCount;
Data::Db::TRecBuf 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
Represents a buffer used for storing key values in indexed fields within a dataset.