The QWS3270 type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
ErrorToString | Converts a StatusCode to a more descriptive message. | |
FieldAttribute | Gets the attribute of the field at the specified position. | |
FieldLength | Gets the length of the field (protected or unprotected) specified by the cursor position. | |
FieldPosition | Gets the starting position of the field field (of any type) at the specified screen position. | |
FieldSearch | Searches the field at the specified presentation space position for the specified text. | |
FieldTextGet | Gets the text of the field at the specified cursor position. | |
FieldTextSet | Sets the text of the field at the specified position. | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetCursorPosition | Gets the cursor position for the currently connected session. | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetSessionSize | Gets the size (number of rows and columns) of the specified session. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NextFieldLength | Returns the length of the next field of the specified type, starting at the specified screen position. | |
NextFieldPosition | Gets the position of the next field of the specified type, starting at the specified screen position. | |
PositionToCursor | Converts a 1-based presentation space position to a row/column position, based on the size of the specified session's presentation space. | |
PositionToRowColumn | Converts a presentation space position for the specified session into row/column format. | |
PreviousFieldLength | Gets the length of the previous field of the specified type, starting at the specified screen position. | |
PreviousFieldPosition | Gets the position of the previous field with the specified type, starting at the specified screen position. | |
RowColumnToPosition | Converts a position in row/column format to a 1-based position in the presentation space. The converted position ranges from 1 to the size of the presentation space. | |
SetCursorPosition | Sets the cursor to a new position. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
WaitForString | Searches the emulator screen for a string until the string is found, or until the timeout expires. |
Properties
Name | Description | |
---|---|---|
Application | Gets a QWS Application interface. | |
Cursor | Gets the QWS cursor interface. | |
CursorPosition | Gets or sets the cursor position for the currently connected session. | |
Field | Gets an interface representing a QWS field. | |
FileTransfer | Gets the file transfer interface. | |
ForegroundSession | Gets the identifier of the session that is currently in the foreground, or (char)0 if the foreground window is not a QWS3270 session window. | |
ForegroundSessionString | Gets the identifier of the session that is currently in the foreground, in string format. Intended for languages that don't handle character data type. | |
Screen | Gets an interface representing a QWS screen. | |
Session | Gets an interface representing a QWS session. | |
Window | Gets a QWS Window interface. |
See Also
QWS3270 Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.