API:System.Contnrs.TComponentList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs TComponentList

Beschreibung

Erzeugt und initialisiert TObjectList.

System.Contnrs.TComponentList.Create erbt von System.Contnrs.TObjectList.Create. Der folgende Inhalt bezieht sich auf System.Contnrs.TObjectList.Create.

Erzeugt und initialisiert TObjectList.

Mit Create wird eine Instanz von TObjectList erstellt. Falls kein Parameter angegeben ist oder der Konstruktor, mit AOwnsObjects auf true gesetzt, aufgerufen wird, wird für die neue Instanz von TObjectList der Parameter OwnsObjects auf true gesetzt.

Siehe auch