GetSelText Function (PageList)

Class

PageList class

Action

Returns the text identifying the current page in the page-list.

Syntax

sPage = pagelist.GetSelText( )
Variable Description
sPage The name of the currently active page. STRING.

Notes

The text of a page is the label that appears on the page’s folder tab.

Example

Verify(MyDialog.MyPageList.GetSelText(), "Tab 2")