Skip to main content

TdxRichEditControlShowTableOfContentsForm Class

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

Declaration

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:

VCL Rich Edit Control: The Table of Contents Dialog

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

See Also