Vcl.Forms.PHintInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PHintInfo = ^THintInfo;

Properties

Type Visibility Source Unit Parent
pointer public Vcl.Controls.pas Vcl.Forms Vcl.Forms

Description

PHintInfo declares a pointer to a Help Window appearance record.

The PHintInfo type declares a pointer to a THintInfo variable. The THintInfo type is used to define the appearance and behavior of the Help window in a TShowHintEvent type OnShowHint event handler.

See Also