[Overview][Classes][Procedures and functions][Index] |
Implements the event handler signalled when the calculator display has been changed on the dialog form.
Source position: extdlgs.pas line 161
protected procedure TCalculatorDialog.DisplayChange; virtual; |
DisplayChange signals the OnDisplayChange event handler (when assigned) to perform actions needed for the update. DisplayChange is used as the handler routine for the OnDisplayChange property in TCalculatorForm. It is assigned when the calculator form instance is created and configured in the Execute method. It allows the dialog form to notify the dialog component when its calculator panel has been updated.
Version 4.0 | Generated 2025-05-03 | Home |