|
TCustomRichView.SaveRTF |
Top Previous Next |
|
Exports TRichView document (or the selected part, if SelectionOnly=True) to the file FileName as RTF (Rich Text Format). function SaveRTF(const FileName: String; SelectionOnly: Boolean):Boolean; (introduced in version 1.3) 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: |