TTMSFNCWebBrowserTargetItem Record
Describes the element under the cursor when a context menu was requested.
API unit family: TMSFNCWebBrowser
Syntax
TTMSFNCWebBrowserTargetItem = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Kind |
TTMSFNCWebBrowserContextMenuType |
Type of element under the right-click cursor. See TTMSFNCWebBrowserContextMenuType. |
LinkText |
string |
Visible link text when the cursor is over a hyperlink; empty otherwise. |
SelectionText |
string |
Text selected by the user when the context menu was triggered; empty when no text is selected. |
URI |
string |
URI of the resource under the cursor (image src, link href, or media source). |