Back to Devexpress

TcxRichEditStreamModes Type

vcl-cxrichedit-b2231e8a.md

latest1.1 KB
Original Source

TcxRichEditStreamModes Type

Lists values specifying how to convert data that is being inserted into a rich text editor.

Declaration

delphi
TcxRichEditStreamModes = set of TcxRichEditStreamMode;

Referenced Class

Type
TcxRichEditStreamMode

Remarks

Values include:

ValueMeaning
resmSelectionIf specified, the data stream replaces the contents of the current selection. If not specified, the data stream replaces the entire contents of the control.
resmPlainRtfRich Text Format.
resmRtfNoObjsRTF with spaces, in place of OLE objects.
resmUnicodeUnicode text. If rich editor v1.0 is used, this value is in effect if the rich editor’s Properties.PlainText option is True.
resmTextIzedThe text representation of OLE objects.

See Also

TcxCustomRichEditProperties.StreamModes

cxRichEdit Unit