TcxCustomRichEdit.SaveSelectionToStream(TStream) Method
In This Article
Sends the current selection to a specified stream.
#Declaration
Delphi
procedure SaveSelectionToStream(Stream: TStream); virtual;
#Parameters
Name | Type |
---|---|
Stream | TStream |
See Also