TextWordWrap property (LEADDlgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

bool TextWordWrap

Delphi Syntax

TextWordWrap: Boolean

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets a value that indicates whether the WordWrap checkbox was checked in the Text dialog box. Possible values are:

Value

Meaning

TRUE

The TextWordWrap check box was checked. Allow word wrapping.

FALSE

The TextWordWrap check box wasn’t checked. Do not allow word wrapping.

See Also

Elements:

ShowGetTextDlg method, DlgFlags property.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events