[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: controls.pp line 2460
public constructor TGraphicControl.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance. It calls the inherited method on entry using AOwner as the owner of the class instance. Create allocates a TControlCanvas instance used for the Canvas property.
|
A clipped window into the parent Canvas. |
|
|
Base class which provides a canvas property used in graphic controls. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |