WebPagePanel.PanelCount

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aWebPagePanel.PanelCount

New in 2020r1

Supported for all project types and targets.

Gets the number of panels in the WebPagePanel.

Example

This example displays the number of panels on the WebPagePanel in a WebLabel.

Sample Code

Me.Value = PagePanel1.PanelCount.ToString