Destructor for the class instance.
Source position: extdlgs.pas line 170
public destructor TCalculatorDialog.Destroy; override; |
Destroy is the overridden destructor for the TCalculatorDialog class. Destroy frees references to handler routines assigned to the OnChange and OnDisplayChange properties. It calls the inherited method prior to exit.
|
Destructor for the class instance. |
| Version 4.4 | Generated 2025-11-08 | Home |