TdxDocDocumentImporterOptions.Format Method
In This Article
Returns the format corresponding to this (that is, DOC) document importer options type.
#Declaration
Delphi
function Format: TdxRichEditDocumentFormat; override;
#Returns
Type |
---|
Tdx |
#Remarks
Call this function to identify the document importer options type. The Format function always returns the TdxRichEditDocumentFormat.Doc value.
See Also