JVCL Help:TJvHTLabel.OnHyperLinkClick
JVCL Help: TJvHTLabel.OnHyperLinkClick Event
Search in JVCL Help
Search in all projectsSummary
Event handler signaled when an HTML anchor in the control 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 caption 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.
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