Vcl.ComCtrls.TCustomStatusBar.IsFontStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsFontStored: Boolean;

C++

HIDESBASE bool __fastcall IsFontStored();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

Description

Indicates whether the value of the Font property should be saved in the form file.

TCustomStatusBar uses IsFontStored internally to determine whether the value of the Font property should be stored in a form file with the other properties of the status bar object. IsFontStored checks the UseSystemFont, ParentFont, and DesktopFont properties. If any of these is true, the status bar gets its font from an external source, and the value of the Font property does not need to be saved.

See Also