Vcl.ActnMan.TCustomActionManager.AddCategory

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Beschreibung

Fügt alle Aktionen aus einer Kategorie ein Aktionsband ein.

AddCategory fügt alle Aktionen aus einer Kategorie ein Aktionsband ein.

Siehe auch