API: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

説明

Create は,TObjectList オブジェクトを作成および初期化します。

System.Contnrs.TComponentList.Create は System.Contnrs.TObjectList.Create を継承しています。以下の内容はすべて System.Contnrs.TObjectList.Create を参照しています。

Create は,TObjectList オブジェクトを作成および初期化します。

Create は,TObjectList のインスタンスを作成します。パラメータが設定されていない場合,または AOwnsObjects を true に設定してコンストラクタが呼び出された場合,新規 TObjectListOwnsObjects を true に設定した状態で初期化されます。

関連項目