Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDocDocumentExporterOptions.CopyFrom(IdxExporterOptions) Method

Copies the DOC document exporting settings from the specified value.

#Declaration

Delphi
procedure CopyFrom(const AValue: IdxExporterOptions); override;

#Parameters

Name Type
AValue IdxExporterOptions

#Remarks

This procedure obtains the Compatibility property value from an object passed as the AValue parameter. The source object must be an instance of the TdxDocDocumentExporterOptions class.

See Also