Datasnap.DBClient.TKeyBuffer
| [–] Properties | |
|---|---|
| Type: record struct
| |
| Visibility: public | |
| Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
| Unit: Datasnap.DBClient | |
| Parent: Datasnap.DBClient | |
Delphi
TKeyBuffer = record
C++
struct DECLSPEC_DRECORD TKeyBuffer
{
private:
struct DECLSPEC_DRECORD _TKeyBuffer__1
{
};
public:
bool Modified;
bool Exclusive;
int FieldCount;
_TKeyBuffer__1 Data;
};
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.