Vcl.Controls.PHintInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PHintInfo = ^THintInfo;

C++

typedef THintInfo *PHintInfo;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

PHintInfo is a pointer to a THintInfo record.

The THintInfo record is for internal use.

See Also