Returns or sets whether the object will use word wrap to display text.
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. |
bWordWrap can be one of the following:
|
Value |
Description |
|
True |
The object will use word wrapping. |
|
False * |
The object will not use word wrapping. |
Word wrapping will cause long lines to displayed in multiple line so that the text will fit the control window area.
The following statement changes the ALog window to wrap words:
log1.WordWrap=True