API:System.Contnrs.TComponentList.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; overload;
constructor Create(AOwnsObjects: Boolean); overload;

C++

__fastcall TComponentList()/* overload */;
__fastcall TComponentList(bool AOwnsObjects)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs TComponentList

Description

Creates and initializes a TObjectList.

System.Contnrs.TComponentList.Create inherits from System.Contnrs.TObjectList.Create. All content below this line refers to System.Contnrs.TObjectList.Create.

Creates and initializes a TObjectList.

Create creates a TObjectList instance. If no parameter is specified, or if the constructor is called with AOwnsObjects set to true, the new TObjectList is initialized with OwnsObjects set to true.

See Also