Datasnap.DBClient.TKeyBuffer
Delphi
TKeyBuffer = record
C++
struct DECLSPEC_DRECORD TKeyBuffer
{
private:
    struct DECLSPEC_DRECORD _TKeyBuffer__1
    {
    };
public:
    bool Modified;
    bool Exclusive;
    int FieldCount;
    _TKeyBuffer__1 Data;
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record struct | public | Datasnap.DBClient.pas Datasnap.DBClient.hpp | Datasnap.DBClient | Datasnap.DBClient | 
Description
Represents a record that contains various information (such as modified state, field count or data) about the search key buffer. TKeyBuffer is used in TCustomClientDataSet.