[Overview][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: extctrls.pp line 295
public destructor TCustomShape.Destroy; override; |
Destroy is the overridden destructor for the class instance. It ensures that resources allocated in the class instance, including the Pen and Brush, are freed. It calls the inherited destructor prior to exit to free the Canvas and other resources allocated in ancestor classes.
|
The Brush used to fill the shaped control. |
|
|
The Pen used to draw lines on the shaped control. |
|
|
A clipped window into the parent Canvas. |
|
|
Destructor for the class instance. |
|
|
Removes the control from its Parent. |
Version 4.0 | Generated 2025-05-03 | Home |