JVCL Help:TJvEditButton.Click
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvEditButton.Click Method
[+] TJvEditButton Fields
[+] TJvEditButton Methods
[+] TJvEditButton Properties
Search in JVCL Help
Search in all projectsSummary
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