JVCL Help:TJvCustomHTListBox.OnHyperLinkClick

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Event handler signaled when an anchor in the list is clicked.


Pascal

 propertyOnHyperLinkClick: TJvHyperLinkClickEvent;


Description

OnHyperLinkClick is a THyperLinkClick property that represents the event handler signaled when the user clicks on an HTML <A> tag found in the Items for the control.
OnHyperLinkClick is used during execution of the MouseUp event when the Item has been rendered using the colors specified in ColorHighlight and ColorHighlightText. The event handler is fired immediately after calling ShellExecute with the URL specified in the HREF attribute for the tag.
Applications must assign a procedure to the OnHyperLinkClick event handler to allow responding to the event notification.


See Also

, TJvCustomHTListBox.ColorHighlight, TJvCustomHTListBox.ColorHighlightText


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page