wwWebTabControl::TabPages
Contains a collection of all the Tabs for this tab control. Based on the wwWebTabPage class which contains properties for Text, TabPageClientId, ActionLink, TabImage and Style.
The collection is of type wwNameValueCollection with the key being the ID of the page.
foxpro
foxpro
loTab = loPage.TabControl.TabPages.Item("Page1") && or use Item(1) for the first page
loTab.Text = "New Text"
o.TabPagess
See also
Class wwWebTabControl© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic