Back to Devexpress

TdxRichEditControlShowTableOfContentsForm Class

vcl-dxrichedit-dot-actions-5d43d56e.md

latest2.5 KB
Original Source

TdxRichEditControlShowTableOfContentsForm Class

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

Declaration

delphi
TdxRichEditControlShowTableOfContentsForm = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlShowTableOfContentsForm action object invokes the Table of Contents dialog allowing a user to customize the appearance of the table of contents:

UI elements linked to a TdxRichEditControlShowTableOfContentsForm action object are visible only if the following conditions are met:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlShowTableOfContentsForm

See Also

TdxRichEditControlShowTableOfContentsForm Members

dxRichEdit.Actions Unit