TcxRichEditStreamModes Type
Lists values specifying how to convert data that is being inserted into a rich text editor.
Declaration
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