Vcl.Ribbon.TCustomActionControlBar.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomActionControlBar(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomActionControlBar(HWND ParentWindow) : Vcl::Actnctrls::TCustomActionToolBar(ParentWindow) { }

プロパティ

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

説明

Create メソッドは、TCustomActionControlBar インスタンスを作成および初期化します。

Create メソッドは、TCustomActionControlBar を生成して初期化します。

関連項目