Destructor for the class instance.
Source position: controls.pp line 367
public destructor TControlCanvas.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that a device context allocated for the window handle in Control is freed prior calling the inherited destructor.
|
The Control object for which the Canvas is used. |
|
|
Constructor for the class instance. |
| Version 4.4 | Generated 2025-11-08 | Home |