Skip to main content

TcxCustomBlobEditProperties.MemoWordWrap Property

Determines whether text entered into a BLOB editor in memo mode is wrapped at the right margin.

Declaration

property MemoWordWrap: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the MemoWordWrap property to determine whether text entered into a BLOB editor in memo mode is wrapped. Setting this property to False value forces the BLOB editor to display text in a single line until the carriage return is entered.

Note

this property is not in effect if the BLOB editor dropdown has a horizontal scrollbar.

The default value of the MemoWordWrap property is True.

See Also