TcxCustomBlobEditProperties.MemoAutoReplace Property
Determines whether the BLOB editor contents in memo mode are instantly replaced with the characters typed.
Declaration
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