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

TdxRichEditControlToggleTableCellsBottomBorder Class

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

Declaration

TdxRichEditControlToggleTableCellsBottomBorder = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlToggleTableCellsBottomBorder action object either hides or displays the bottom printable borders of the currently selected cells:

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

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlToggleTableCellsBottomBorder action object, use the sdxRichEditCommandToggleTableCellsBottomBorderMenuCaption and sdxRichEditCommandToggleTableCellsBottomBorderDescription resource strings, respectively.

See Also