/
Search Method
Search Method
Searches the field at the specified position for the specified text.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public StatusCode Search( ref ScreenPosition position, string searchText ) |
Visual Basic (Declaration) |
---|
Public Function Search ( _ ByRef position As ScreenPosition, _ searchText As String _ ) As StatusCode |
Visual C++ |
---|
public: virtual StatusCode Search( ScreenPosition% position, String^ searchText ) sealed |
JavaScript |
---|
function Search(position, searchText); |
Parameters
position
Type: JollyGiant.Emulation..ScreenPosition
Position of the field to search for the text.
searchText
Type: System..String
Text to search for.
Return Value
The StatusCode indicating the result of the operation.This can be one of the following values:
Status code | Description |
---|---|
WHLLOK | The search string was found. |
WHLLNOTCONNECTED | Your application is not currently connected to a host session. |
WHLLPARAMETERERROR | String was length zero or greater than the session presentation space size. |
WHLLPOSITIONERROR | The specified presentation space position was invalid. |
WHLLSYSERROR | The method failed due to a system error. |
WHLLNOFIELD | The search string was not found, or the session presentation space is unformatted. |
Implements
IField..Search(ScreenPosition, String)See Also
Field Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.
, multiple selections available,
Related content
Command Line Parameters
Command Line Parameters
More like this
Sample Command Line Parameter Entries
Sample Command Line Parameter Entries
More like this
How to use Command Line Parameters
How to use Command Line Parameters
More like this
Command Line Parameter Syntax
Command Line Parameter Syntax
More like this
What's New In This Version
What's New In This Version
More like this
Sample Installer Command Line Parameter Entries
Sample Installer Command Line Parameter Entries
More like this