WaitForNewScreen |
Top Previous Next |
This method waits until a new screen arrives within the specified period of time. It is similar to WaitForScreen method except that it always waits for a new screen arrival. This method returns True if the wait was successful and False if the Timeout period has expired.
Visual Basic Syntax
[Boolean =] Screen.WaitForNewScreen([TimeOut] As Integer)
Delphi Syntax
[WordBool :=] Screen.WaitForNewScreen([TimeOut]: Integer);
Parameters
|