InfoConnect for Airlines
SelectAll Method (IScreen)


Selects all of the text on the screen.
Syntax
'Declaration
 
Function SelectAll() As ReturnCode
'Usage
 
Dim instance As IScreen
Dim value As ReturnCode
 
value = instance.SelectAll()
ReturnCode SelectAll()

Return Value

ReturnCode indicating success/failure/status
See Also