TdxRichEditControlShowLineNumberingForm Class
In This Article
An action object that corresponds to the ShowLineNumberingForm command provided by the Rich Edit control.
#Declaration
Delphi
TdxRichEditControlShowLineNumberingForm = class(
TdxRichEditControlAction
)
#Remarks
This class does not introduce any new public members. It only implements the ShowLineNumberingForm command for use in an action list. Executing a TdxRichEditControlShowLineNumberingForm
action object invokes the Line Numbers dialog window.
#Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlShowLineNumberingForm
See Also