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

TdxRichEditControlToggleTableCellsTopBorder Class

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

Declaration

TdxRichEditControlToggleTableCellsTopBorder = class(
    TdxRichEditControlAction
)

Remarks

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

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

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlToggleTableCellsTopBorder action object, use the sdxRichEditCommandToggleTableCellsTopBorderMenuCaption and sdxRichEditCommandToggleTableCellsTopBorderDescription resource strings, respectively.

See Also