Vcl.ActnMan.TCustomActionManager.AddCategory

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Ajoute toutes les actions d'une catégorie à une bande d'action.

AddCategory ajoute toutes les actions d'une catégorie à une bande d'action.

Voir aussi