Vcl.Forms.TScreen.ResetFonts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetFonts;

C++

void __fastcall ResetFonts();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Description

Reinitializes the fonts listed in the Fonts property.

Call ResetFonts to ensure that the fonts listed in the Fonts property are up to date. ResetFonts reinitializes the Fonts property so that its value is reread from the operating system the next time it is needed.

TScreen calls ResetFonts internally in response to messages from Windows that the available fonts have changed.

See Also