InfoConnect for Airlines
WaitForKeyboardEnabled Method (IAlcScreen)


wait time out value (in milliseconds).
duration time to specify how long the keyboard must remain enabled (in seconds).
Wait for the keyboard to be unloacked enabled and ready for additional input.
Syntax
'Declaration
 
Function WaitForKeyboardEnabled( _
   ByVal timeout As Integer, _
   ByVal duration As Integer _
) As ReturnCode
'Usage
 
Dim instance As IAlcScreen
Dim timeout As Integer
Dim duration As Integer
Dim value As ReturnCode
 
value = instance.WaitForKeyboardEnabled(timeout, duration)
ReturnCode WaitForKeyboardEnabled( 
   int timeout,
   int duration
)

Parameters

timeout
wait time out value (in milliseconds).
duration
duration time to specify how long the keyboard must remain enabled (in seconds).

Return Value

ReturnCode object.
See Also