wHyperlinkEvent

This event is generated by wHyperlinkCtrl.

Superclass:wCommandEvent
Seealso:wHyperlinkCtrl
Events:
wHyperlinkEventDescription
wEvent_HyperlinkThe hyperlink was clicked.

Consts

wEvent_Hyperlink = 32787'i32

Methods

method getIndex(self: wHyperlinkEvent): int {...}{.inline, raises: [], tags: [].}
Returns the index of the hyperlink.
method getUrl(self: wHyperlinkEvent): string {...}{.inline, raises: [], tags: [].}
Returns the URL of the hyperlink.
method getLinkId(self: wHyperlinkEvent): string {...}{.inline, raises: [], tags: [].}
Returns the link ID of the hyperlink.
method getVisited(self: wHyperlinkEvent): bool {...}{.inline, raises: [], tags: [].}
Returns the visited state of the hyperlink.