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
.
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlShowBookmarkForm
See Also