IFontDialogOptions.ForceFontExist

Syntax

ForceFontExist: Boolean;

Description

The ForceFontExist property determines whether it is possible to select font only from the list of the dialog box.

Comments

If the property is set to True, when the user specifies font that is not present in the list and clicks the OK button, the information message about impossibility to select this font is displayed. The property is set to False by default, when the user specifies the font that is not present and clicks the OK button, the dialog box closes and font is not changed.

See also:

IFontDialogOptions