FMX.Printer.TPrinter.Refresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Refresh;

C++

void __fastcall Refresh();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Updates the Fonts and Printers properties.

Call Refresh when the installed fonts or printers on the current system may have changed. Refresh clears the internal cache of installed fonts and printers, so that the Fonts and Printers properties are updated when they are next read.

See Also