PagePanel.Insert
From Xojo Documentation
This item was deprecated in version 2019r2. Please use PagePanel.AddPanelAt as a replacement. |
Method
Inserts a new page at the specified position. The first page is numbered zero.
Example
The following code adds a page at position 1.
PagePanel1.Insert(1)