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.
CT Web help |
CodeTyphon Studio |