|
TCustomRichView.SaveRTFToStream |
Top Previous Next |
|
Exports TRichView document (or the selected part, if SelectionOnly=True) to the Stream as RTF (Rich Text Format) function SaveRTFToStream(Stream: TStream; SelectionOnly: Boolean):Boolean; Options for saving are in RTFOptions property. By default, inserted controls and hypertext links are not saved. You can save them yourself using OnSaveComponentToFile and OnWriteHyperlink events. You can:
Return value: "successful saving?"
See also methods:
See also properties: See also events: See also: |