WrapText
WrapText
Enable word wrapping
Boolean property
Applies to: Grid , GridCell , KCMLEdit
Normally the text in a multiline edit box will not word wrap when the text typed by the user reaches the end of a line. This is often appropriate if, say, the box contains an address with a fixed number of lines.
However if the control will accept free text then setting this design time property in the forms designer the control will word wrap text to optimally fill the box.
Setting this property to TRUE will cause a vertical scroll bar to appear to make it clear that the text is not formatted.