Constructor for the class instance.
Source position: controls.pp line 2398
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. |
CT Web help |
CodeTyphon Studio |