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

TdxDocumentImporterOptions.UpdateField Property

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

#Declaration

Delphi
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