TdxRichEditControlUpdateField Class
An action object that corresponds to the UpdateField command in the Rich Edit control.
Declaration
TdxRichEditControlUpdateField = class(
TdxRichEditControlAction
)
Remarks
This class does not introduce any new public members. Executing the TdxRichEditControlUpdateField
action object updates the merged data field at which the caret is located. To update all fields in the current document, use the TdxRichEditControlToggleViewMergedData action object instead.
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlUpdateField
See Also