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;
};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
record struct |
public | Datasnap.DBClient.pas Datasnap.DBClient.hpp |
Datasnap.DBClient | Datasnap.DBClient |
Description
Représente un enregistrement contenant diverses informations (telles que l'état modifié, le nombre de champs ou les données de champ) concernant le tampon de clés de recherche. TKeyBuffer est utilisé dans TCustomClientDataSet.