TdxHyperlinkOptions Class
In This Article
Stores hyperlink behavior settings.
#Declaration
Delphi
TdxHyperlinkOptions = class(
TdxRichEditNotificationOptions
)
#Remarks
This class extends its ancestor with the following properties that allow you to:
Specify if hyperlinks display tooltips (ShowToolTip).
Set up a modifier key or key combination required to activate a hyperlink (ModifierKeys).
The Rich Edit control’s Options.Hyperlinks property references a TdxHyperlinkOptions object.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxRichEditNotificationOptions
TdxHyperlinkOptions
See Also