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

TdxDocumentExporterOptions.CopyFrom(IdxExporterOptions) Method

Copies the document encoding from the specified object.

#Declaration

Delphi
procedure CopyFrom(const AValue: IdxExporterOptions); overload; virtual;

#Parameters

Name Type
AValue IdxExporterOptions

#Remarks

This procedure obtains the ActualEncoding property value from an object passed as the AValue parameter. The source object must be an instance of the TdxDocumentExporterOptions class descendant (such as TdxPlainTextDocumentExporterOptions, TdxRtfDocumentExporterOptions, etc.).

See Also