TdxRichEditCustomDocumentServer.SaveDocument Method
In This Article
Saves the opened document to a file.
#Declaration
Delphi
procedure SaveDocument; overload;
#Remarks
A SaveDocument procedure call saves the opened document with the file name and format described in the Options.DocumentSaveOptions property.
Note
The document server component has built-in support only for the plain text format to avoid excessive dependencies. Refer to the following topic for information on how to enable RTF, DOC, DOCX, and HTML formats: Document Server: Document Management.
A Save
See Also