Show: Delphi C++
Display Preferences

Vcl.Dialogs.TFontDialog.MaxFontSize

From XE2 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};

Contents

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


Personal tools
Previous Versions
Translations