Back to Devexpress

TdxUpdateFieldOptions Class

vcl-dxrichedit-dot-options-10844efb.md

latest1.5 KB
Original Source

TdxUpdateFieldOptions Class

Stores settings related to updating document fields in files loaded by the Rich Edit control.

Declaration

delphi
TdxUpdateFieldOptions = class(
    TdxRichEditNotificationOptions
)

Remarks

This class extends its ancestor with members that allow you to specify whether the TIME and/or DATE fields are automatically updated within the document loaded by the Rich Edit control.

A TdxUpdateFieldOptions object is referenced by the UpdateField property provided by the TdxDocumentImporterOptions class and its descendants referenced by the Rich Edit control’s Options.Import.OpenXml and Options.Import.Rtf properties.

Inheritance

TObject TPersistent TInterfacedPersistent TdxRichEditNotificationOptions TdxUpdateFieldOptions

See Also

TdxUpdateFieldOptions Members

dxRichEdit.Options Unit