Vcl.Dialogs.TFontDialog.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TFontDialogOptions read FOptions write FOptions default [fdEffects];

C++

__property TFontDialogOptions Options = {read=FOptions, write=FOptions, default=4};

Properties

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

Description

Determines the appearance and behavior of the Font dialog.

Use the Options property to customize the appearance and functionality of the dialog. Use these flags to indicate which fonts should appear and what controls appear in the dialog.

By default, all options except fdEffects are off.

TFontDialogOptions is a set of TFontDialogOption values.

See Also

Code Examples