InfoConnect for Unisys
SelectText Method


Beginning row of text selection.
Beginning column of text selection.
Ending row of text selection.
Ending column of text selection.
Wrapped or rectangular region.
Selects specified display memory text.
Syntax
'Declaration
 
Function SelectText( _
   ByVal startRow As Integer, _
   ByVal startColumn As Integer, _
   ByVal endRow As Integer, _
   ByVal endColumn As Integer, _
   ByVal region As RegionOption _
) As ReturnCode
'Usage
 
Dim instance As IScreen
Dim startRow As Integer
Dim startColumn As Integer
Dim endRow As Integer
Dim endColumn As Integer
Dim region As RegionOption
Dim value As ReturnCode
 
value = instance.SelectText(startRow, startColumn, endRow, endColumn, region)

Parameters

startRow
Beginning row of text selection.
startColumn
Beginning column of text selection.
endRow
Ending row of text selection.
endColumn
Ending column of text selection.
region
Wrapped or rectangular region.

Return Value

ReturnCode indicating success/failure/status
See Also