JVCL Help:TJvEditButton.Click

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

Search in JVCL Help

 
Search in all projects
 

Summary

Generates an OnClick event or triggers the associated action.


Pascal

 procedureClick; override;


Description

Calling Click generates an OnClick event, or triggers the associated action. Then, if ModalResult isn't equal to mrNone, it assigns the value of the button s ModalResult property to the ModalResult property of its parent orm. Otherwise it checks if a pop-up menu is associated with the button. If so, it pops up that pop-up menu.


See Also

TJvCustomSpeedButton.ButtonClick, TJvCustomSpeedButton.ModalResult


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