JVCL Help:TJvHyperLinkClickEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type used for OnHyperLinkClick event handlers.

run\JvHtControls.pas


Pascal

 run\JvHtControls.pas
 TJvHyperLinkClickEvent = procedure (Sender: TObject; LinkName: string) ofobject;


Parameters

Parameters Description
Sender Object signaling the event notification.
LinkName URL for the HTML anchor clicked in the HTML-enabled control.

run\JvHtControls.pas


Description

THyperLinkClick is the type used to implement OnHyperLinkClick event handlers in TJvCustomHTLabel, TJvCustomHTListBox, TJvHTLabel, and TJvHTListBox. THyperLinkClick allows the HTML-enabled controls to respond to mouse clicks on HTML anchors in the control.

run\JvHtControls.pas


See Also

TJvCustomHTLabel.OnHyperLinkClick, TJvCustomHTListBox.OnHyperLinkClick

run\JvHtControls.pas


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