Vcl.ExtCtrls.TCustomFlowPanel.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomFlowPanel(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomFlowPanel(HWND ParentWindow) : TCustomPanel(ParentWindow) { }

プロパティ

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

説明

Create は,TCustomPanel のインスタンスを作成および初期化します。

Vcl.ExtCtrls.TCustomFlowPanel.Create は Vcl.ExtCtrls.TCustomPanel.Create を継承しています。以下の内容はすべて Vcl.ExtCtrls.TCustomPanel.Create を参照しています。

Create は,TCustomPanel のインスタンスを作成および初期化します。

Create コンストラクタを呼び出すと,実行時にパネルをインスタンス化できます。設計時にフォーム上に配置するパネルは自動的に作成されるため,明示的に作成する必要はありません。

AOwner は,パネルの解放を処理するコンポーネント(通常はフォーム)です。

関連項目