function SaveToFile(AFilename: string = ''): Boolean;
Description
Save the content to the specified file.
If a filename is not specified, it defaults to Filename, and falls back to prompting the user for a filename.
If CanImportExport = True is true, saving to Word and PDF is supported
Result is true if the save succeeds.