TcxCustomRichEditProperties.StreamModes Property
In This Article
Specifies how to convert data that is being inserted to the editor.
#Declaration
Delphi
property StreamModes: TcxRichEditStreamModes read; write; default [];
#Property Value
Type |
---|
Tcx |
#Remarks
Refer to the TcxRichEditStreamModes enumeration that provides a description of available values.
The default value of the StreamModes property is [].
See Also