TdxRichEditHyperlinkClickEventArgs.Hyperlink Property
In This Article
Provides access to the clicked hyperlink.
#Declaration
Delphi
property Hyperlink: IdxRichEditHyperlink read;
#Property Value
Type | Description |
---|---|
Idx |
The target hyperlink. |
#Remarks
You can use the Hyperlink
property to identify the clicked hyperlink. Refer to the IdxRichEditHyperlink interface description for detailed information on available options.
See Also