[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set OnClick handler for the client, if the old values match.
Source position: controls.pp line 974
protected procedure TControlActionLink.SetOnExecute( |
Value: TNotifyEvent |
); override; |
Value |
|
New value for the OnClick event handler in the client control. |
Formerly, this method changed the OnClick event handler for the client control. That action no longer need because TControl.Click now calls the OnExecute handler in the action.
In the current LCL version, this method is a NOP.
Version 4.0 | Generated 2025-05-03 | Home |