PagePanel.Remove
From Xojo Documentation
This item was deprecated in version 2019r2. Please use PagePanel.RemovePanelAt as a replacement. |
Method
Removes the page specified by Index. The first page is numbered zero.
Notes
It will also remove all of the controls on the page.
Example
This example removes page 1.
PagePanel1.Remove(1)