FindString |
Top Previous Next |
Searches the text plane for the target string. If found, returns an OhioPosition object containing the target location. If not found, returns a null. The TargetString must be completely contained by the target area for the search to be successful. Null characters in the text plane are treated as blank spaces during search processing.
Visual Basic Syntax
[TTnbOhioPosition =] Screen.FindString(TargetString As String, startPos As OhioPosition, length As Integer, dir As OHIO_DIRECTION, IgnoreCase As Boolean)
Delphi Syntax
[TTnbOhioPosition :=] Screen.FindString(TargetString:string; startPos:TTnbOhioPosition; length:integer, dir:integer; IgnoreCase:boolean);
Parameters
|