Back to Devexpress

TdxRichEditControlShowBookmarkForm Class

vcl-dxrichedit-dot-actions-e8b857d5.md

latest2.1 KB
Original Source

TdxRichEditControlShowBookmarkForm Class

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

Declaration

delphi
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.

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlShowBookmarkForm

See Also

TdxRichEditControlShowBookmarkForm Members

dxRichEdit.Actions Unit