Skip to main content
A newer version of this page is available. .

TdxRichEditControlShowBookmarkForm Class

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

Declaration

TdxRichEditControlShowBookmarkForm = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlShowBookmarkForm action object invokes the Bookmark dialog:

UI elements linked to a TdxRichEditControlShowBookmarkForm action object are Enabled only if the Rich Edit control’s ReadOnly property is set to False.

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlShowBookmarkForm action object, use the sdxRichEditCommandBookmarkMenuCaption and sdxRichEditCommandBookmarkDescription resource strings, respectively.

See Also