Vcl.ScreenTips.TCustomScreenTipsManager.Font

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read FFont write SetFont stored IsFontStored;

C++

__property Vcl::Graphics::TFont* Font = {read=FFont, write=SetFont, stored=IsFontStored};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsManager

Description

Represents the font for the pop-up window.

Font is used to set the font for the pop-up window.

See Also