EmptyScreenDelay Property (Read/Write)

Top  Previous  Next

Sets/gets the additional wait time to bypass empty host screens. This time is measured in milliseconds.

 

Visual Basic Syntax

 

TNBXSync.EmptyScreenDelay [= Integer]

 

Delphi Syntax

 

TNBXSync.EmptyScreenDelay [:= Integer];

 

 

Remarks

 

When you make a call to the Wait method, if an empty screen arrives from the host and the system is in an unlocked state, an internal WaitForNewScreen is made with a timeout taken from this property value. It allows to bypass intermediate empty screens without additional programming effort.

Applies only to the Wait method and other methods that call a Wait internally like Connect and SendKeys methods.

 

Default value is 0.

 

See also Connect, SendKeys and Wait methods.