TdxDocumentSaveOptions.ResetCurrentFileName Method
Clears the current file name used to overwrite an existing file with the opened document.
Declaration
procedure ResetCurrentFileName;
Remarks
Call this procedure to assign an empty string to the CurrentFileName property. A Rich Edit control or document server component uses the DefaultFileName property value as the current file name as a result.
See Also