InfoConnect for Airlines
SendKeys(String) Method


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

Parameters

text
Text string to send.

Return Value

ReturnCode indicating success/failure/status
See Also