FireDAC.Comp.DataSet.TFDKeyBuffer

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.


See Also