[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: stdctrls.pp line 1109
public constructor TCustomStaticText.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance. It sets the default values for properties and component style flags, as well as the initial bounds for the control.
|
Constructor for the class instance. |