TextLoadSaveOptions property

Applies to
TWPCustomRtfEdit

Declaration
property TextLoadSaveOptions: string;

Description
Select read and write options, see SetOptions, 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;


Copyright (C) by WPCUBED GmbH - Munich
http://www.wpcubed.com