BBjStaticText::setLineWrap
Description
Specifies whether the lines should be wrapped if they do not fit into the width of the BBjStaticText control.
Syntax
|
Return Value |
Method |
|
void |
setLineWrap(boolean wrap) |
Parameters
|
Variable |
Description |
|
wrap |
Specifies whether the lines should wrap if they do not fit into the width of the control. 0 = No wrap 1 = Wrap (default) |
Return Value
None.
Remarks
The default is line wrap.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.