Use the member-of Operator to Access Data

Use the member-of operator (.) to reference the data defined in a window declaration. For example, if a script needs to know which control should have focus when the Find dialog box is first displayed, it can access this data from the window declaration with this expression:

Find.lwTabOrder[1]

Similarly, to set focus to the third control in the list:

Find.lwTabOrder[3].SetFocus ()