ShellBrowser Delphi Components Documentation
|
Occurs when the user clicks the control.
property OnClick;
Use the OnClick event handler to respond when the user clicks the control. If the control has an associated action, and that action has an OnExecute method, the action's OnExecute method responds to click events unless it is superseded by an OnClick event handler.