Skip to main content

TdxRichEditControlToggleShowTableGridLines Class

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

Declaration

TdxRichEditControlToggleShowTableGridLines = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing the TdxRichEditControlToggleShowTableGridLines action object hides/displays grid lines for a table without printable borders.

VCL Rich Edit Control: Table Grid Lines

See Also