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 System.Contnrs.TComponentList instance.

Create creates and initializes a System.Contnrs.TComponentList instance with System.Contnrs.TObjectList.OwnsObjects set to True.