Vcl.ExtCtrls.TControlCollection.Create

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

Delphi

constructor Create(AOwner: TPersistent);

C++

__fastcall TControlCollection(System::Classes::TPersistent* AOwner);

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlCollection

説明

TControlCollection インスタンスを作成して、初期化します。

Create を呼び出すと、実行時に TControlCollection オブジェクトをインスタンス化できます。

関連項目