System.Contnrs.TComponentList.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs TComponentList

説明

System.Contnrs.TComponentList クラスのインスタンスを作成および初期化します。

Create は、System.Contnrs.TComponentList インスタンスを作成および初期化し、System.Contnrs.TObjectList.OwnsObjectsTrue に設定します。