Datasnap.DBClient.TKeyBuffer

From RAD Studio API Documentation
Jump to: navigation, search

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

See Also