RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.HintWindowClass Variable

Specifies the class for the window used to display help hints.

Pascal
HintWindowClass: THintWindowClass = THintWindow;
C++
THintWindowClass HintWindowClass = THintWindow;

Forms

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 startup. 

 

THintWindow 

TApplication

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!