Name | Description | |
---|---|---|
![]() | CancelSelection | Cancels the text selection in the terminal window. If no text is selected, this method has no effect. |
![]() | ClearEvents | Removes all events defined via DefineEvent. |
![]() | ConfigureHotSpots | Loads the hotspots file as the current hotspots definitions. |
![]() | Copy | Copies selected text to the Clipboard. |
![]() | CopyAppend | Appends selected text to the end of the Clipboard. |
![]() | CopyToBuffer | Copies selected text to one of four clipboard buffers. If an invalid bufferNum value is specified, the request is ignored. Note: This property is supported only by the InfoConnect Desktop product. It is not supported by other Micro Focus products. |
![]() | Cut | Cuts selected text and copies it to the Clipboard. |
![]() | DefineEvent | Defines a specific event. |
![]() | EnableDefineEvent | Enables a defined event. |
![]() | ExtendSelection | Selects all text in the terminal window between the selection start position and the specified coordinates. |
![]() | ExtendSelectionRect | Selects a block of text in the terminal window that includes all rows between the starting row and the specified row. |
![]() | FindField1 | Locates a field starting from the specified row and column. |
![]() | FindField2 | Locates a field that matches the specified field length, starting from the specified row and column. |
![]() | FindField3 | Locates a field that matches the specified field attributes, starting from the specified row and column. |
![]() | FindField4 | Locates a field that matches the specified field length and field attributes, starting from the specified row and column. |
![]() | GetCharacter | Gets the ScreenCharacter at the specified location. |
![]() | GetCharacterForegroundColor | Gets the foreground color of the character at the specified location. |
![]() | GetCharacters | Gets ScreenCharacter objects from the specified location, each representing one character at a screen location. |
![]() | GetField | Gets the host field that the specified row and column are part of. |
![]() | GetFieldColor | Gets the foreground color of the host field that the specified row and column are part of. |
![]() | GetFields | Gets a host field collection that matches specifed field attributes. |
![]() | GetFieldText | Gets the text of the field that the specified row and column are part of. Use Row and Column parameters to identify the field that you want to get text from. Coordinates are based on 1,1 for the upper-left corner of the terminal window (as they appear on the status line if you move the cursor to the field you want to retrieve). The coordinates can be located anywhere within the field. |
![]() | GetText | Gets the text from the specified location. |
![]() | GetTextEx | Gets the text from the specified screen area. |
![]() | IsAttribute | Tests whether the specified screen location is a field attribute position. |
![]() | IsEnableDefineEvent | Inspects the current state of a defined event. |
![]() | LightPen | Simulates a light pen selection at the specified location in the terminal window. |
![]() | LockInput | Locks the screen so that users cannot input on keyboard. |
![]() | MoveCursor | Moves the cursor forward or back. |
![]() | MoveCursorTo1 | Moves the cursor to the specified screen location. |
![]() | MoveCursorTo2 | Moves the cursor to the specified screen location. |
![]() | Paste | Copies data from the Clipboard to the cursor location in the terminal window. |
![]() | PasteContinue | Pastes text leftover from a previous Paste command. |
![]() | PasteFromBuffer | Pastes data from one of four clipboard buffers. If an invalid bufferNum value is specified, or if the specified clipboard buffer does not contain data, the request is ignored. Note: This property is supported only by the InfoConnect Desktop product. It is not supported by other Micro Focus products. |
![]() | PasteRange | Pastes the contents of the Clipboard to a defined region of the current screen and, if needed, regions of subsequent screens in the host application. |
![]() | PrintScreen | Prints the selected text or the entire terminal screen. |
![]() | PutCharacter | Puts a ScreenCharacter at the specified screen location. |
![]() | PutText1 | Puts text at a specified screen location, taking up the number of characters specified by the length parameter. PutText1 has two modes: Mask and LinearStream. These modes are set with the PutTextMaskProtectedField Property. In Mask mode (the default), text that coincides with protected fields is skipped and is not placed on the screen. In LinearStream mode, protected fields are ignored and the text is placed sequentially in unprotected fields until all of the text is placed on the screen or the specified length is exceeded. |
![]() | PutText2 | Puts text at a specified screen location. PutText2 has two modes: Mask and LinearStream. These modes are set with the PutTextMaskProtectedField Property. In Mask mode (the default), text that coincides with protected fields is skipped and is not placed on the screen. In LinearStream mode, protected fields are ignored and the text is placed sequentially in unprotected fields until all of the text is placed on the screen. |
![]() | RemoveEvent | Removes a specific event that was defined via DefineEvent. |
![]() | ScreenCoordinateToIndex | Converts screen position in row and column to linear screen buffer index. |
![]() | ScreenIndexToColumn | Gets the column value of a screen location pointed to by screenIndex. |
![]() | ScreenIndexToCoordinate | Gets the screen coordinate of a screen location pointed to by screenIndex. |
![]() | ScreenIndexToRow | Gets the row value of a screen location pointed to by screenIndex. |
![]() | SearchText1 | Searches the specified text, starting from the specified screen location. |
![]() | SearchText2 | Searches the specified text, starting from the specified screen location for "searchRange" byte positions. |
![]() | SearchText3 | Searches the specified text, starting from the specified screen location and ending at the specified end screen location. |
![]() | SearchText4 | Searches the specified text, starting from the specified screen location and ending at the specified end screen location. |
![]() | SelectAll | Selects all of the text in the terminal window. |
![]() | SendControlKey | Send host control key to host. |
![]() | SendControlKeySync | Sends a host control key to the host. |
![]() | SendKeys | Sends the text string to the host. |
![]() | SetSelectionStartPos | Sets starting coordinates for selecting text. The default start position is the current cursor position. |
![]() | Undo | Undoes the last edit operation. |
![]() | UnlockInput | Unlocks the screen. See the LockInput() method for more information. |
![]() | Wait | Waits for the specified duration before executing the next command in the procedure. The procedure containing the command is paused until the wait expires. |
![]() | WaitForControlKey | Waits for the specified control key press. |
![]() | WaitForCursor1 | Waits for the cursor to be at the specified screen location. |
![]() | WaitForCursor2 | Waits for the cursor to be in the rectangle area specified by startRow, startColumn, endRow and endColumn. |
![]() | WaitForHostSettle | Waits for host screen data to settle. |
![]() | WaitForKeyboardEnabled | Wait for the keyboard to be enabled (unlocked and ready for additional input). |
![]() | WaitForText1 | Waits for the specified text to appear at the specified screen location. TextComparisonOption indicates desired text string comparison. |
![]() | WaitForText2 | Waits for the specified text to appear at the specified rectangle area specified. TextComparisonOption indicates desired text string comparison. |