System.Contnrs.TComponentList.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Crée et initialise une instance de System.Contnrs.TComponentList.

Create crée et initialise une instance de System.Contnrs.TComponentList avec System.Contnrs.TObjectList.OwnsObjects définie sur True.