Back to Devexpress

TdxRichEditControlToggleTableCellsTopBorder Class

vcl-dxrichedit-dot-actions-43f05270.md

latest2.9 KB
Original Source

TdxRichEditControlToggleTableCellsTopBorder Class

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

Declaration

delphi
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:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlToggleTableCellsTopBorder

See Also

TdxRichEditControlToggleTableCellsAllBorders

TdxRichEditControlToggleTableCellsOutsideBorder

TdxRichEditControlToggleTableCellsTopBorder Members

dxRichEdit.Actions Unit