Skip to main content

TdxDocumentImporterOptions.UpdateField Property

Specifies which document fields (if present) should be automatically updated when a file is loaded by the Rich Edit control.

Declaration

property UpdateField: TdxUpdateFieldOptions read; write;

Property Value

Type
TdxUpdateFieldOptions

Remarks

Since document fields are not supported by the plain text (TXT) and hypertext (HTML) document formats, modifying the UpdateField property value has no effect in the case of the TdxPlainTextDocumentImporterOptions and TdxHtmlDocumentImporterOptions classes.

For the full list of options provided by the UpdateField property set, refer to the TdxUpdateFieldOptions class description.

See Also