Vcl.ActnMan.TCustomActionManager.AddCategory

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

Delphi

function AddCategory(ACategory: string; AClient: TActionClient;  After: Boolean = True): TActionClientItem;

C++

TActionClientItem* __fastcall AddCategory(System::UnicodeString ACategory, TActionClient* AClient, bool After = true);

プロパティ

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

説明

カテゴリからすべてのアクションをアクションバンドに追加します。

AddCategory は,カテゴリからすべてのアクションをアクションバンドに追加します。

関連項目