RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.HintColor Property

Determines the color of the hint boxes for the Help Hints for the application.

Pascal
property HintColor: TColor;
C++
__property TColor HintColor;

Use HintColor to specify the hint box color. A default color value of clInfoBk is set for the HintColor property in the constructor when the application is created. To change the HintColor, assign it a new TColor value at runtime.

Tip: To further customize the hint window, create a custom descendant of THintWindow and assign it to the global HintWindowClass variable.
 

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