TdxDocumentImporterOptions.CopyFrom(TObject) Method
Copies the document importer settings from the specified object.
Declaration
procedure CopyFrom(const AValue: TObject); virtual;
Parameters
Name | Type |
---|---|
AValue | TObject |
Remarks
This procedure obtains the ActualEncoding, LineBreakSubstitute, and UpdateField property values from an object passed as the AValue parameter. The source object must be an instance of the TdxDocumentImporterOptions class descendant (such as TdxPlainTextDocumentImporterOptions, TdxRtfDocumentImporterOptions, etc.).
See Also