Vcl.Dialogs.TFontDialog.Device

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Device: TFontDialogDevice read FDevice write FDevice default fdScreen;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFontDialog

説明

使用可能なフォントのリストをどのデバイスから取り出すかを指定します。

Device は,ダイアログに画面フォント(fdScreen),プリンタフォント(fdPrinter),またはその両方(fdBoth)をリストするかどうかを指定するために使用します。