Back to Devexpress

TdxRichEditControlToggleTableCellsLeftBorder Class

vcl-dxrichedit-dot-actions-07479c73.md

latest2.9 KB
Original Source

TdxRichEditControlToggleTableCellsLeftBorder Class

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

Declaration

delphi
TdxRichEditControlToggleTableCellsLeftBorder = class(
    TdxRichEditControlAction
)

Remarks

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

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

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlToggleTableCellsLeftBorder

See Also

TdxRichEditControlToggleTableCellsAllBorders Class

TdxRichEditControlToggleTableCellsOutsideBorder Class

TdxRichEditControlToggleTableCellsLeftBorder Members

dxRichEdit.Actions Unit