[Overview][Classes][Index] |
Constructor for the class instance.
Source position: industrialbase.pp line 21
public constructor TIndustrialBase.Create( |
aOwner: TComponent |
); override; |
aOwner |
|
Owner of the class instance. |
Create is the overridden constructor in TIndustrialBase. It calls the inherited method on entry to set the Owner for the class instance, and to allocate resources for the Canvas property.
Create sets the default value for the AntiAliasingMode property to amDontCare; this causes the default setting for the platform or widgetset to be used. The initial bounds for the control are set in the method, and the control style flags are updated to remove the csSetCaption flag.
|
Indicates whether anti-aliased drawing is enabled for the control Canvas. |
Version 4.0 | Generated 2025-05-03 | Home |