RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStatusBar.IsFontStored Method

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

Pascal
function IsFontStored: Boolean;
C++
__fastcall Boolean IsFontStored();

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. 

 

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