Vcl.Forms.TScreen.HintFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HintFont: TFont read FHintFont write SetHintFont;

C++

__property Vcl::Graphics::TFont* HintFont = {read=FHintFont, write=SetHintFont};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Description

Specifies the font used to display help hints.

HintFont stores the Windows status font setting. This font is used by default for the help hints that appear when the user pauses the mouse over a control or menu item.

See Also