System.Contnrs.TObjectList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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

Beschreibung

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