[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TFontDialog.Options

A set of TFontDialogOption options enabled for the dialog.

Declaration

Source position: dialogs.pp line 399

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

Description

Options is a TFontDialogOptions property which controls the options enabled for the font selection dialog. Options contains zero or more values from the TFontDialogOption enumeration. The default value for the property is [fdEffects], and enables the font effects check boxes in the dialog.

See TFontDialogOption for more information about the values in the enumeration and their usage.

Include or Exclude values for the property prior to calling the Execute method.

Remark: Enabling a value in Options does not mean that the feature or behavior is supported in the native font selection dialog for the platform. Some options may not be available on a given platform.

See also

TFontDialogOptions

  

Set type used to store font dialog options.

TFontDialogOption

  

An enumerated list of constants to set the options of a Font dialog.

TCommonDialog.Execute

  

Displays the dialog and captures the result.