Specifies the Default Font used by the Application using DelphiVCL.Application.DefaultFont
June 18, 2021
Use the DefaultFont property or DelphiVCL.Application.DefaultFont to specify the default font used by the application.
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.
Let’s browse all…