Destructor for the class instance.
Source position: filectrl.pp line 69
public destructor TCustomFileListBox.Destroy; override; |
Destroy is the overridden destructor for the class instance, and calls the inherited destructor on entry.
TComponent.Destroy |