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 |
---|
Tcx |
#Remarks
Values include:
Value | Meaning |
---|---|
resm |
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. |
resm |
Rich Text Format. |
resm |
RTF with spaces, in place of OLE objects. |
resm |
Unicode text. If rich editor v1. |
resm |
The text representation of OLE objects. |