Programming with Reflection

image\rwnprg32.gif WordWrap property

 

Syntax

object.WordWrap
object.WordWrap = Value

Works with

image\r1.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether Reflection preserves whole words at the end of a line. When this property is set to True, Reflection inserts a carriage return and a linefeed at the end of each line in such a way that words are not broken—that is, when the right margin is reached, Reflection searches back for the first blank character and inserts a carriage return and a linefeed there.

Values

The default value is False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property