Vcl.ActnMan.TCustomActionBarColorMap.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomActionBarColorMap(System::Classes::TComponent* AOwner);

プロパティ

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

説明

Create メソッドは,TCustomActionBarColorMap オブジェクトを作成し,初期化します。

通常,アプリケーションではアクションオブジェクトを明示的に作成しません。設計時にアクションマネージャやアクションリストコンポーネントにアクションを追加すると,アクションが自動的に作成されます。