Contents
- Index
- Previous
- Next
IsHyperlinkSelected method
Declaration
function IsHyperlinkSelected(out href, target: WideString): Boolean;
Description
Provides a way to read a hyperlink's URL and target in Edit mode. If the method returns True, the href and target parameters receive the href and target of the selected hyperlink.
Tip: You can use this method when the control is in Edit mode. When the control is in Browse mode, use the HrefAtPoint method.