Set (or get) the active page of a page group.
Source position: MUIClass.Group.pas line 53
published property TMUIGroup.ActivePage : Integer |
Only this active page is displayed, all others are hidden. Only when PageMode = True
The value may range from 0 (for the first child) to Childs.Count - 1 (for the last child). Children are adressed in the order of addign to the Group:
Page0.Parent := Group; Page1.Parent := Group; Page2.Parent := Group; Page3.Parent := Group;
Special Value:
When changed the Event OnPageChange is triggered
|
List of Childs in this Group |
|
|
Make the current group a page group. |