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