[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extctrls.pp line 294
public constructor TCustomShape.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance. It calls the inherited constructor on entry to instantiate and configure the control including its Canvas. It sets the initial bounds for the control using the default size for the class type. Create allocates resources needed for the Pen and Brush in the control, and assigns the OnChange handlers notified when the members have been changed.
|
The Brush used to fill the shaped control. |
|
|
The Pen used to draw lines on the shaped control. |
|
|
Gets the default size for instances of the control. |
|
|
A clipped window into the parent Canvas. |
|
|
Constructor for the class instance. |
|
|
Contains style flags which control the features or behaviors enabled for the control. |
Version 4.0 | Generated 2025-05-03 | Home |