[Overview][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: extdlgs.pas line 164
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. |