SearchText
This method searches for the first occurrence of a text string in the presentation space of the connection associated with this lsxECLPS object. This method returns a 1 if text is found; otherwise it returns a 0. The search begins from the position specified by the row and col parameters. The row and col parameters must be specified together. If the row and col parameters are not specified, the search begins at the beginning of the presentation space for a search forward or the end of the presentation space for a search backward. The search direction can either be forward or backward, and can be specified using the dir parameter. If dir is not specified, the default is forward.