Property TWPCustomRtfEdit.TextLoadSaveOptions : string

Unit: WPCTRMemo
Class: WPCTRMemo.TWPCustomRtfEdit

Description

Select read and write options, see , for example '-nomergefields' to automatically strip merage fileds when a file is saved.The options which are specified here are attached to all format strings used by the Load and Save procedures of this editor, except for clipboard operations! ReporterDestText.TextLoadSaveOptions := '-nomergefields,-ignorecollapsedpar'; try ReporterDestText.SaveAs; finally ReporterDestText.TextLoadSaveOptions := ''; end;