wwWebTabControl::GetTabPage
Retrieves a TabPage by its Id or numeric index. Returns null if not found.
Same behavior as TabControl.TabPages.Item(tabId), but provided for easier discoverability.
o.GetTabPage(lcTabId)
wwWebTabPage instance or null
Parameters
lcTabId
The ID for the TabPage
Example
foxpro
foxpro
loTabPage = this.Pages.GetTabPage("Gifts")
IF !ISNULL(loTabPage)
loTabPage.Enabled = .f.
ENDIF
See also
Class wwWebTabControl© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic