RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.DefaultFont Property

Specifies the default font used by the application.

Pascal
property DefaultFont: TFont;
C++
__property TFont DefaultFont;

DefaultFont specifies the default font used by the application. All newly created forms use DefaultFont if the ParentFont property is set to True. Changing DefaultFont later at run-time will trigger an update for all forms that use the parent font. 

 

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