TXTextControl.WordWrapMode Property

This property returns or sets the mode how Text Control handles word wrapping in lines without space or other word breaking characters. If a single word is too large to fit in a line Text Control either displays the not fitting characters in the following line or hides these characters and displays an overflow mark (a vertical line).

Syntax

TXTextControl.WordWrapMode [= Mode]
Setting Description
0 - Line overflow Hides characters that do not fit on a line and displays an overflow mark.
1 - Word wrapping (Default) Displays the remaining characters of a word that do not fit on a line, on the next line.

Data Types

Integer.

See Also