Vcl.Forms.HintWindowClass
Delphi
HintWindowClass: THintWindowClass = THintWindow;
C++
extern DELPHI_PACKAGE Vcl::Controls::THintWindowClass HintWindowClass;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | Vcl.Forms |
Description
Specifies the class for the window used to display Help Hints.
When the application displays a Help Hint, it creates an instance of HintWindowClass to represent the window used for displaying the Hint. Applications can customize this window by creating a descendant of THintWindow and assigning it to the HintWindowClass variable at application start-up time.