Difference between revisions of "PagePanel.LastAddedPanelIndex"
From Xojo Documentation
Line 11: | Line 11: | ||
{{Description | {{Description | ||
|text = The number of the last Panel added with the [[PagePanel.AddPanel|AddPanel]] or [[PagePanel.AddPanelAt|AddPanelAt]] methods. LastAddedPanelIndex is zero-based. If no panels have been added, LastAddedPanelIndex will be -1.}} | |text = The number of the last Panel added with the [[PagePanel.AddPanel|AddPanel]] or [[PagePanel.AddPanelAt|AddPanelAt]] methods. LastAddedPanelIndex is zero-based. If no panels have been added, LastAddedPanelIndex will be -1.}} | ||
+ | |||
+ | [[Category:API 2.0]] |
Latest revision as of 16:07, 7 October 2019
Read-Only Property (As Integer )
IntegerValue = aPagePanel.LastAddedPanelIndex
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
The number of the last Panel added with the AddPanel or AddPanelAt methods. LastAddedPanelIndex is zero-based. If no panels have been added, LastAddedPanelIndex will be -1.