TdxRichEditControlToggleShowTableGridLines Class
In This Article
An action object that corresponds to the ToggleShowTableGridLines command provided by the Rich Edit control.
#Declaration
Delphi
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.
#Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlToggleShowTableGridLines
See Also