IFontDialogOptions.NoFaceSel

Syntax

NoFaceSel: Boolean;

Description

The NoFaceSel property determines whether the current font of the component is selected in the list of fonts of the dialog box.

Comments

If the property is set to True, when the dialog box opens, the field of font selection is empty. The property is set to False by default, the component font is selected in the dialog box (The font selected in the Font property).

See also:

IFontDialogOptions