Vcl.ExtCtrls.TCustomControlBar.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomControlBar(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomControlBar(HWND ParentWindow) : Vcl::Controls::TCustomControl(ParentWindow) { }

プロパティ

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

説明

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

Create メソッドを呼び出すと,実行時にコントロールバーをインスタンス化できます。設計時にフォームに追加されたコントロールバーは自動的に作成されます。

AOwner は,コントロールバーのインスタンスを解放するコンポーネント(通常はフォーム)です。これには,次のプロパティ設定も含まれます。

関連項目