[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: controls.pp line 2481
public constructor TCustomControl.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner for the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create allocates resources for the TControlCanvas instance used in the Canvas property.
|
The drawing surface for the control. |
|
|
Base class which provides a canvas property used in graphic controls. |
Version 4.0 | Generated 2025-05-03 | Home |