Vcl.Dialogs.TFontDialog.MaxFontSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxFontSize: Integer read FMaxFontSize write FMaxFontSize default 0;

C++

__property int MaxFontSize = {read=FMaxFontSize, write=FMaxFontSize, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFontDialog

Description

Determines the largest font size available in the Font dialog.

Assign a value to MaxFontSize to limit the font sizes available in the dialog.

MaxFontSize is inoperative unless the fdLimitSize flag is set in Options.

See Also

Code Examples