[Overview][Classes][Procedures and functions][Index] |
Implements the event handler signalled when the dialog is closed.
Source position: extdlgs.pas line 155
protected procedure TCalculatorDialog.OnDialogClose( |
Sender: TObject; |
var CloseAction: TCloseAction |
); |
Sender |
|
Object for the event notification. |
CloseAction |
|
Action performed to close the dialog. |
OnDialogClose implements the event handler signalled when the dialog form is closed. OnDialogClose calls the DoClose method to execute the OnClose event handler (when assigned).
OnDialogClose is assigned as the OnClose event handler for the form in DlgForm in the Execute method.
|
Implements the event handler signalled when the dialog is closed. |
|
|
Event handler signalled when the dialog is closed. |
|
|
Displays the dialog and captures the result. |
Version 4.0 | Generated 2025-05-03 | Home |