[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A set of TFontDialogOption options enabled for the dialog.
Source position: dialogs.pp line 437
published property TFontDialog.Options : TFontDialogOptions |
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 a platform. Some options may not be available on a given platform. For example, the Apply button enabled using fdApplyButton is not implemented for all of the LCL platforms. It is not currently implemented in the QT widgetsets. |
|
Set type used to store font dialog options. |
|
|
An enumerated list of constants to set the options of a Font dialog. |
|
|
Displays the dialog and captures the result. |
Version 4.0 | Generated 2025-05-03 | Home |