Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtTab
The requested page is not available for selected version.
IsItemSelectedByIndex
Syntax
Boolean IsItemSelectedByIndex(int index)
Description
Determine whether or not a tab item, as specified by its numeric index, is currently selected.
Parameters
index
Integer index of tab item. Note that index numbering begins with 1.
Return Value
Return TRUE ifthe tab is selected; otherwise, FALSE.