Skip to main content

TcxCustomBlobEditProperties.MemoWantTabs Property

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

Declaration

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