Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomBlobEditProperties.MemoWordWrap Property

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

#Declaration

Delphi
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