IFontDialogOptions.NoSizeSel

Syntax

NoSizeSel: Boolean;

Description

The NoSizeSel property determines whether the size of current font is selected in the list of sizes of the dialog box.

Comments

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

Example

See also:

IFontDialogOptions