[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TComponent.Create

Creates a new instance of the component.

Declaration

Source position: classesh.inc line 1345

public constructor TComponent.Create(

  AOwner: TComponent

); virtual;

Description

Createcreates a new instance of a TComponentclass. If AOwneris not Nil, the new component attempts to insert itself in the list of owned components of the owner.

See also

Insert

Owner

  

Owner of this component.