Data.DB.PPacketAttribute

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

PPacketAttribute = ^TPacketAttribute;

C++

typedef TPacketAttribute *PPacketAttribute;

Description

PPacketAttribute is a pointer to TPacketAttribute.

PPacketAttribute is a pointer to a TPacketAttribute.

See Also