WordWrap Property (ALog)

Returns or sets whether the object will use word wrap to display text.

Syntax

Object.WordWrap [ = bWordWrap ]

The WordWrap property syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

bWordWrap

Bool

A boolean expression that specifies whether the object will use word wrap to display text.

Where

bWordWrap can be one of the following:

 

Value

Description

True

The object will use word wrapping.

False *

The object will not use word wrapping.

Comments

Word wrapping will cause long lines to displayed in multiple line so that the text will fit the control window area.

Example

The following statement changes the ALog window to wrap words:

log1.WordWrap=True

Applies to

ALog

See Also

PlainText