Vcl.Dialogs.TFontDialog.Device

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Device: TFontDialogDevice read FDevice write FDevice default fdScreen;

C++

__property TFontDialogDevice Device = {read=FDevice, write=FDevice, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFontDialog

Description

Specifies the device from which to retrieve the list of available fonts.

Use Device to specify whether you want the dialog to list screen fonts (fdScreen), printer fonts (fdPrinter), or both screen and printer fonts (fdBoth).