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.MemoWantTabs Property

Determines whether the TAB character can be inserted into a BLOB editor in memo mode.

#Declaration

Delphi
property MemoWantTabs: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use the MemoWantsTabs property to determine whether a BLOB editor can accept the TAB character during text input. If this property value is True, then the pressing the Tab key inserts the TAB character into the BLOB editor in memo mode. If this property value is False, then pressing the Tab key removes the focus from the BLOB editor dropdown.

The default value of the MemoWantTabs property is True.

See Also