AnyWin class.
Returns the index of the window.
iWinIndex = window.GetIndex()
Variable | Description |
---|---|
iWinIndex | The index of the window. INTEGER. |
GetIndex returns the index number of the window, without the leading pound sign (#). The index of the window is equal to the number of similar windows that precede it in a set of windows, plus one.
sIndex = TextEditor.Find.GetIndex()