Indicates if text is wrapped at the right edge of the control.
Source position: dbctrls.pp line 327
published property TDBText.WordWrap : Boolean; |
WordWrapindicates whether a word is to be wrapped to the next line if the text is about to become too long for the width available in the control.
The default value for the property is False.
|
Allows the caption to wrap to multiple lines when it is longer than the available Width. |