RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRibbon.MoveGroup Method

Move group to new page.

Pascal
procedure MoveGroup(const GroupName: string; const PageName: string);
C++
__fastcall MoveGroup(const AnsiString GroupName, const AnsiString PageName);

MoveGroup moves a group to a new page. The group to be moved is specified in the GroupName parameter. The destination page is specified in the PageName parameter. 

 

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