PagePanel.Remove

From Xojo Documentation

Method

PagePanel.Remove(Index as Integer)

New in 2005r1

Supported for all project types and targets.

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)