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
Represents a buffer used for storing key values in indexed fields within a dataset.