[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comctrls.pp line 527
public constructor TTabSheet.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Component which owns the class instance. |
Create is the overridden constructor for the class instance. It calls the inherited method on entry using the value in TheOwner as an argument.
|
Constructor for the class instance. |