[Overview][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: extctrls.pp line 540
public destructor TCustomImage.Destroy; override; |
Destroy is the destructor for TCustomImage. It free resources allocated to the Picture property, and then calls the inherited Destroy method.
|
Destructor for the class instance. |