TdxRichEditHyperlinkClickEventArgs.Hyperlink Property
Provides access to the clicked hyperlink.
Declaration
property Hyperlink: IdxRichEditHyperlink read;
Property Value
Type | Description |
---|---|
IdxRichEditHyperlink | 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