InfoConnect for Airlines
SendKeys Method (IAlcScreen)


Text to be sent to the host.
Sends the text string to the host.
Syntax
'Declaration
 
Function SendKeys( _
   ByVal text As String _
) As ReturnCode
'Usage
 
Dim instance As IAlcScreen
Dim text As String
Dim value As ReturnCode
 
value = instance.SendKeys(text)
ReturnCode SendKeys( 
   string text
)

Parameters

text
Text to be sent to the host.

Return Value

ReturnCode indicates success, failure, or a warning condition if the cursor position reaches the screen boundary.
See Also