Vcl.Controls.THintInfo.HintWindowClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

HintWindowClass: THintWindowClass;

C++

THintWindowClass HintWindowClass;

Properties

Type Visibility Source Unit Parent
field public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls THintInfo

Description

The class of the hint-window control. The default is THintWindow, but you can specify any class derived from THintWindow.

Use this field if you want to substitute a custom hint window for THintWindow.