Skip to main content
A newer version of this page is available. .

TdxRichEditControlUpdateFields Class

An action object that corresponds to the UpdateFields command in the Rich Edit control.

Declaration

TdxRichEditControlUpdateFields = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing the TdxRichEditControlUpdateFields action object updates all merged data fields (including their nested fields) in the current document selection. To update only a specific field, use the TdxRichEditControlUpdateField action object.

See Also