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.