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

TdxDocDocumentImporterOptions.CopyFrom(TObject) Method

Copies the DOC document importing settings from the specified value.

#Declaration

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

#Parameters

Name Type
AValue TObject

#Remarks

This procedure obtains the IgnoreDeletedText, KeepBookmarksForRemovedRanges, and KeepPermissionsForRemovedRanges property values from an object passed as the AValue parameter. The source object must be an instance of the TdxDocDocumentImporterOptions class.

See Also