Vcl.Ribbon.TCustomRibbon.MoveGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MoveGroup(const GroupName, PageName: string);

C++

void __fastcall MoveGroup(const System::UnicodeString GroupName, const System::UnicodeString PageName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Move group to new page.

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.