[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Source position: lcltaskdialog.pas line 186
type TTaskDialogButtonClickedEvent = procedure( |
Sender: PTaskDialog; |
AButtonID: Integer; |
var ACanClose: Boolean |
) of object; |
This callback will be triggerred when a task dialog button is clicked. To prevent the task dialog from closing, the application must set ACanClose to FALSE. Otherwise, the task dialog is closed and the button ID is returned via the original TTaskDialog.Execute() result.
lazarus-ccr.sourceforge.net |