Function ====== Handles.SetGroupPage ====== Void Handles.SetGroupPage(String groupName, Int32 page) ^ API | http://api.avolites.com/11.0/Handles.SetGroupPage.html | ^ description | Sets the current page of a group to the supplied page | ^ [[macros:namespace|namespace]] | [[macros:namespace:Handles]] | ^ parameter | groupName ( [[macros:type:string]] ) : Name of the group, see [[macros:identifier:location]] | ^ ::: | page ( [[macros:type:int32]] ) : 0-based index of the page to be named. E.g. index 0 refers to page 1. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:setpagelegend]]: Handles.SetGroupPage("Playbacks", 0) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~