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(void)/* overload */;
__fastcall TComponentList(bool AOwnsObjects)/* overload */;

Eigenschaften

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

Beschreibung

Erstellt und initialisiert eine System.Contnrs.TComponentList-Instanz.

Create erstellt und initialisiert eine System.Contnrs.TComponentList-Instanz, deren Eigenschaft System.Contnrs.TObjectList.OwnsObjects auf True gesetzt ist.