Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Home Page (Objects) | Overview | FAQ | Reference
Applies to: TextWindow object, Window object
Gets the next window in the tab sequence.
Syntax
object**.Next**
Parameters
object
An expression that evaluates to a TextWindow object or a Window object.
Remarks
The Next property has the Window type.
Example
The following example gets the next window in the tab sequence:
Dim nxt
set nxt = Window.Next
See Also Previous property.