Vcl.Printers.TPrinter.Refresh
Delphi
procedure Refresh;
C++
void __fastcall Refresh(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Printers.pas Vcl.Printers.hpp |
Vcl.Printers | 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.