[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Creates a new instance of the component.
Source position: classesh.inc line 1369
public constructor TComponent.Create( |
AOwner: TComponent |
); virtual; |
Create creates a new instance of a TComponent class. If AOwner is not Nil, the new component attempts to insert itself in the list of owned components of the owner.
|
Owner of this component. |
No notes exist for this page yet.