| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: stdctrls.pp line 843
public destructor TCustomEdit.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that resources allocated for the internal change handler are freed, and calls the inherited destructor prior to exit.
| Version 4.0 | Generated 2025-05-03 | Home |