Skip to main content

TdxRichEditControlShowLineNumberingForm Class

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

Declaration

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.

See Also