RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.AddCategory Method

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

Pascal
function AddCategory(ACategory: string; AClient: TActionClient; After: Boolean = True): TActionClientItem;
C++
__fastcall TActionClientItem AddCategory(AnsiString ACategory, TActionClient AClient, Boolean After = True);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!