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

Determines whether the BLOB editor contents in memo mode are instantly replaced with the characters typed.

#Declaration

Delphi
property MemoAutoReplace: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

The MemoAutoReplace property specifies whether the text contained within the BLOB editor in memo mode is instantly replaced with the characters typed. This property affects characters typed only when the editor dropdown is closed. If this property value is False, then the typed text is added to the BLOB editor contents.

The default value of the MemoAutoReplace property is False

See Also