OnHyperlink Event

[Top]  [Chapter]  [Previous]  [Next]

Member of WPDLLInt

Declaration C#

OnHyperlink(Object Sender, int Editor, string URL, IWPTextObj TextObj);

 

Declaration OCX

OnHyperlink(ByVal Editor As Long, ByVal URL As String, ByVal TextObj As WPTDynInt.IWPTextObj)

 

This event is triggered when the user clicks on a hyperlink. You can use this event to open the mail application, the internet browser or select a different record in the database. Using the parameter TextObj you can also examine and modify the hyperlink: TextObj.EmbeddedText is the visible text, TextObj.Command is the URL.

Category

Hyperlinks and Bookmarks


[idh_wpdllint_onhyperlink.htm]    Copyright © 2007 by WPCubed GmbH