[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals the OnButtonClicked event handler (when assigned) for the button with the specified modal result value.
Source position: dialogs.pp line 777
protected procedure TCustomTaskDialog.DoOnButtonClicked( |
AModalResult: Integer; |
var ACanClose: Boolean |
); dynamic; |
AModalResult |
|
Modal result value signalled for the button click notification. |
ACanClose |
|
True if the dialog should be closed, or False to continue execution. |
DoOnButtonClicked is called from the callback routine passed to the wrapper in LCLTaskDialog.
Version 4.0 | Generated 2025-05-03 | Home |