Vcl.Dialogs.TFontDialogDevice

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

Delphi

TFontDialogDevice = (fdScreen, fdPrinter, fdBoth);

C++

enum DECLSPEC_DENUM TFontDialogDevice : unsigned char { fdScreen, fdPrinter, fdBoth };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

説明

TFontDialogDevice は,TFontDialog インスタンスによるフォントリストの取得先を示します。

以下に TFondDialogDevice プロパティの値を示します。



意味

fdScreen

画面からフォントを取り出す

fdPrinter

プリンタからフォントを取り出す

fdBoth

画面とプリンタの両方からフォントを取り出す