Phantom Documentation

[Help Home] [Phantom Home]
GetTabText

sText = window.GetTabText(id);

Applicable Classes: PageList

Parameters:
int id - The zero based index of the PageList item whose text is to be retrieved.

Return Value:
string sText - The text name of the element identified by 'id'.

Description:
GetTabText retrieves the name of the tab indicated by the parameter 'id'.  The return value is the same as the text located in the tab portion of the PageList element.  The function does not alter the window.

For an example of this function, see the PageList functions page.


See Also: PageList (TabCtrl) Functions



Copyright 2000-2011 Phantom Automated Solutions