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

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:

Value Meaning
resmSelection If specified, the data stream replaces the contents of the current selection. If not specified, the data stream replaces the entire contents of the control.
resmPlainRtf Rich Text Format.
resmRtfNoObjs RTF with spaces, in place of OLE objects.
resmUnicode Unicode text. If rich editor v1.0 is used, this value is in effect if the rich editor’s Properties.PlainText option is True.
resmTextIzed The text representation of OLE objects.
See Also