WrapText

[property icon] WrapText

Enable word wrapping

Boolean property

Applies to: Grid , GridCell , KCMLEdit


>

WrapText

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.

See also

Grid methods, properties and events. GridCell methods, properties and events. KCMLEdit methods, properties and events.