IFontDialogOptions.ApplyButton

Syntax

ApplyButton: Boolean;

Description

The ApplyButton property determines whether the Apply button is displayed in the dialog box.

Comments

On pressing this button, the selected font is set in the Font property and the OnApply event is generated. By default the property is set to False, the button is not displayed.

Example

See also:

IFontDialogOptions