TdxUpdateFieldOptions Class
Stores settings related to updating document fields in files loaded by the Rich Edit control.
Declaration
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