[Overview][Classes][Procedures and functions][Index] Reference for unit 'ExtDlgs' (#lcl)

TCalculatorDialog.OnDialogShow

Implements the event handler signalled when the dialog is displayed.

Declaration

Source position: extdlgs.pas line 156

protected procedure TCalculatorDialog.OnDialogShow(

  Sender: TObject

);

Arguments

Sender

  

Object for the event notification.

Description

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.

See also

TCalculatorDialog.Execute

  

Creates, configures, and displays the form for the calculator dialog.

TCalculatorDialog.OnDialogShow

  

Implements the event handler signalled when the dialog is displayed.

TCommonDialog.OnShow

  

Event handler signalled when the dialog is displayed.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.