Implements the event handler signalled when the dialog is displayed.
Source position: extdlgs.pas line 156
protected procedure TCalculatorDialog.OnDialogShow( |
Sender: TObject |
); |
Sender |
|
Object for the event notification. |
OnDialogShow implements the event handler signalled when the dialog form is displayed. OnDialogShow calls the DoShow method to signal the OnShow event handler (when assigned).
OnDialogShow is assigned as the OnShow event handler for the form in DlgForm in the Execute method.
|
Creates, configures, and displays the form for the calculator dialog. |
|
|
Implements the event handler signalled when the dialog is displayed. |
|
|
Event handler signalled when the dialog is displayed. |