Datasnap.DBClient.PKeyBuffer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
pointer
typedef
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: Datasnap.DBClient

Delphi

PKeyBuffer = ^TKeyBuffer;

C++

typedef TKeyBuffer *PKeyBuffer;

Description

Is a pointer to a TKeyBuffer record.

See Also