Unit 'ExtDlgs' Package
[Overview][Classes][Procedures and functions][Index] [#lcl]

TCalculatorDialog.Change

Change - software emulator for the OnChange event ???

Declaration

Source position: extdlgs.pas line 158

protected procedure TCalculatorDialog.Change; virtual;

Description

Change is a procedure used to perform actions needed when the dialog has been changed. Change signals the OnChange event handler (when assigned).

See also

TCalculatorDialog.OnChange

  

OnChange - event handler for any change in the calculator.