JVCL Help:TJvCustomImageButton.Click

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

Search in JVCL Help

 
Search in all projects
 

Summary

Simulates a mouse click, as if the user had clicked the button.


Pascal

 procedureClick; override;


Description

Use Click to simulate a mouse click. Click performs the following tasks:

  1. If the value of the Kind property is bkClose, Click closes the form. If the value of Kind is bkHelp, Click displays the Help screen assigned with the HelpContext property.
  2. Any associated action fires, or, if there is no associated action, any code attached to the OnClick event is executed.


See Also

, TJvCustomImageButton.Kind, ,


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