Datasnap.DBClient.PRecInfo

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

PRecInfo = ^TRecInfo;

C++

typedef TRecInfo *PRecInfo;

Description

Is a pointer to a TRecInfo record.

See Also