JVCL Help:TJvHyperLinkClickEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvHyperLinkClickEvent type
[+] JvHtControls.pas Types
Search in JVCL Help
Search in all projectsSummary
Type used for OnHyperLinkClick event handlers.
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. |
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.
See Also
TJvCustomHTLabel.OnHyperLinkClick, TJvCustomHTListBox.OnHyperLinkClick
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