TdxDocumentSaveOptions.ResetCurrentFormat Method
Resets the format used to export an existing document.
Declaration
procedure ResetCurrentFormat;
Remarks
Call this procedure to assign the TdxRichEditDocumentFormat.Undefined value to the CurrentFormat property. A Rich Edit component uses the DefaultFormat property value as the current document format after a ResetCurrentFormat procedure call.
See Also