Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / SearchText1 Method
The text to be searched.
Start row location.
Start column location.
The direction of the search on the screen.
In This Topic
    SearchText1 Method
    In This Topic
    Searches the specified text, starting from the specified screen location.
    Syntax
    expression.SearchText1( _
       ByVal text As String, _
       ByVal startRow As Integer, _
       ByVal startColumn As Integer, _
       ByVal findoption As FindOption _
    ) As ScreenPoint object 
    where expression is a variable that represents a IbmScreen Object

    Parameters

    text
    The text to be searched.
    startRow
    Start row location.
    startColumn
    Start column location.
    findoption
    The direction of the search on the screen.

    Return Value

    ScreenPoint object that represents the row and column coordinates on the host screen.
    See Also