Vcl.ActnMan.TCustomActionManager.AddCategory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Adds all of the actions from a category to an action band.

AddCategory adds all of the actions from a category to an action band.

See Also