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

TdxDocDocumentExporterCompatibilityOptions.CopyFrom(TdxDocDocumentExporterCompatibilityOptions) Method

Copies the DOC document exporter compatibility settings from the specified value.

#Declaration

Delphi
procedure CopyFrom(const AValue: TdxDocDocumentExporterCompatibilityOptions); reintroduce;

#Parameters

Name Type
AValue TdxDocDocumentExporterCompatibilityOptions

#Remarks

This procedure obtains the AllowNonLinkedListDefinitions property value from the DOC format exporter compatibility settings instance passed as the AValue parameter.

See Also