wTextLinkEvent

These events are generated by wTxtCtrl when mouse events occur over link or url.

Superclass:wCommandEvent
Seealso:wTextCtrl
Events:
wTextLinkEventDescription
wEvent_TextLinkWhen mouse events occur over link or url.

Consts

wEvent_TextLink = 32787'i32

Methods

method getStart(self: wTextLinkEvent): int {...}{.inline, raises: [], tags: [].}
Returns the start of the link.
method getEnd(self: wTextLinkEvent): int {...}{.inline, raises: [], tags: [].}
Returns the end of the link.
method getMouseEvent(self: wTextLinkEvent): UINT {...}{.inline, raises: [], tags: [].}
Returns the mouse event.