Vcl.Controls.THintInfo.HintColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

HintColor: TColor;

C++

System::Uitypes::TColor HintColor;

Properties

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

Description

Determines the color of the hint boxes for Help Hints.

Use HintColor to specify the background color of the hint box.

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

See Also