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;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!