Destructor for the class instance.
Source position: extctrls.pp line 1586
public destructor TCustomControlBar.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy frees resources allocated to the Picture property, as well as the internal TCtrlBands container. Destroy calls the inherited destructor prior to exit.