TextFont property (LEADDlgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

TFont*TextFont

Delphi Syntax

TextFont: TFont

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the font in the Text dialog box.

You can set the Font object's properties at design time by double-clicking the Common Dialog Control's Font property in the Object Inspector. These properties can also be set at run time. For example:

LEADDlgEffect1.Font.Name = 'Arial'

For a list of the Font object properties, refer to Delphi or C++ Builder documentation.

See Also

Elements:

ShowGetTextDlg method, DlgFlags property.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events