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

TdxRichEditControlDeleteTableRows Class

An action object that corresponds to the DeleteTableRows command provided by the Rich Edit control.

Declaration

TdxRichEditControlDeleteTableRows = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlDeleteTableRows action object deletes the number of rows corresponding to the selected area’s height (in cells).

UI elements linked to a TdxRichEditControlDeleteTableRows action object are enabled only if the following conditions are met:

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlDeleteTableRows action object, use the sdxRichEditCommandDeleteTableRowsMenuCaption and sdxRichEditCommandDeleteTableRowsDescription resource strings, respectively.

See Also