TdxDocumentSaveOptions.ResetCurrentFormat Method
In This Article
Resets the format used to export an existing document.
#Declaration
Delphi
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