InfoConnect for Unisys VBA Guide
IbmScreen Object Properties

For a list of all members of this type, see IbmScreen members.

Properties
 NameDescription
Public PropertyAutoCopyOnSelectGets or sets a value indicating whether the terminal automatically copies selected text to the clipboard.  
Public PropertyBlanksBetweenFieldsGets or specifies the number of blank spaces in a row between columns of data in order for the data to be tab-delimited.  
Public PropertyClearSelectionOnCopyGets or sets a value indicating whether text remains selected after it is copied to the Clipboard.  
Public PropertyColumnsGets the number of columns of the screen.  
Public PropertyCopyDataSeparationGets or sets a value indicating whether the data copied from Reflection should be separated by delimiters at field boundaries or at word boundaries. This option controls formatting for spreadsheet or other cell-based information and affects only the text and BIFF formats.  
Public PropertyCopyFormatBIFFGets or sets a value indicating whether to copy from Reflection to the BIFF (Binary Interchange File Format) Clipboard format  
Public PropertyCopyFormatDIBGets or sets a value indicating whether to copy from Reflection to the DIB (Device Independent Bitmap) Clipboard format  
Public PropertyCopyFormatRefMFGets or sets a value indicating whether to copy from Reflection to the Reflection proprietary Clipboard format  
Public PropertyCopyFormatRTFGets or sets a value indicating whether to copy from Reflection to the RTF (Rich Text Format) Clipboard format  
Public PropertyCopyFormatTextGets or sets a value indicating whether to copy from Reflection to the text Clipboard format  
Public PropertyCopyFormatUnicodeGets or sets a value indicating whether to copy from Reflection to the Unicode text Clipboard format  
Public PropertyCopyInputFieldsOnlyGets or sets a value indicating whether a copy (cut or append) operation puts values in unprotected input fields on the Clipboard.  
Public PropertyCopyTrailingSpacesGets or sets a value indicating whether the terminal copies the character spaces that trail a selection when text is copied to the Clipboard.  
Public PropertyCursorColumnGets the current cursor column location relative to the left edge of the terminal window.  
Public PropertyCursorRowGets the current cursor row location relative to the top edge of the terminal window.  
Public PropertyCutFillCharacterGets or sets a value indicating whether Cut and Clear actions replace characters with nulls or spaces.  
Public PropertyDefineEventList

Gets the event numbers of all of the events currently defined in the system.

 
Public PropertyEnableHotSpotsGets or sets a value indicating whether hotspots can be used.  
Public PropertyHotSpotsGets the HotSpots object.  
Public PropertyIsKeyboardLockedGets a value indicating whether the keyboard is locked.  
Public PropertyKanaLockStateReturns or specifies Kana Mode from the JIS-layout, which produces half-width Katakana characters.  
Public PropertyOIAGets the OIA object. OIA represents the status line on the screen.  
Public PropertyParentGets the parent object. The parent is the IIbmTerminal object.  
Public PropertyPasteAlignTextGets or sets a value indicating whether to align space separated data with fields on the screen.  
Public PropertyPasteClearFieldGets or sets a value indicating whether to clear all of the previous data remaining in a field after pasting new data into it.  
Public PropertyPasteLineBreakGets or specifies the character that is inserted in a field on the terminal screen when data containing line breaks is copied from the Clipboard.  
Public PropertyPasteMaskProtectedFieldsGets or sets a value indicating whether pasted text should be interpreted as a host screen image and overlaid onto the current screen starting at the current cursor position. If true, where the current screen contains an unprotected field, the source image text is pasted; where the current screen contains a protected field, the source image text is skipped. If false, the text is interpreted as a linear stream that can contain new lines and delimiters, and is pasted accordingly.  
Public PropertyPasteMoveCursorGets or sets a value indicating whether to move the cursor to the end of the pasted text. If False, the cursor is restored to the position it was in before text was pasted.  
Public PropertyPasteReplaceTabsGets or sets a value indicating whether to replace tabs in the Clipboard's contents with a specified string before pasting the selection within a host application. The PasteTabReplacement property defines the string.  
Public PropertyPasteTabReplacementGets or specifies the string that replaces tabs if the PasteReplaceTabs setting is set to true. Any random set of characters is acceptable, including character spaces.  
Public PropertyPasteUsingFieldDelimitersWhen a new line is reached during a paste operation, the terminal attempts to paste the next row at the same column location where the paste began. This property returns or specifies what happens if the new location is protected.  
Public PropertyPasteWrapDownGets or sets a value indicating whether pasted text should be wrapped to the field below (instead of to the field to the right).  
Public PropertyPasteWrapTextGets or sets a value indicating whether text that exceeds the current line length is pasted in the next field or truncated.  
Public PropertyPrintOptionsGets the PrintOptions object. PrintOptions holds configuration options for print emulation and print screen.  
Public PropertyRowsGets the number of rows of the screen.  
Public PropertyScreenSettleTimeGets or sets time duration during which there should be no host data changes. This value is used in triggering the NewScreenReady event. The value is not persisted.  
Public PropertySelectionGets the area of the screen currently selected.  
Public PropertySelectionModeGets or specifies the type of a selected region.  
Public PropertyShowBytesRemainingGets or sets a value indicating whether the Show Bytes Remaining indicator is displayed on the host status line.  
Public PropertyShowHotSpotsGets or sets a value indicating whether hotspots are visible in the terminal window.  
Public PropertyShowOIAGets or sets a value indicating whether operation and status messages are displayed in the Operator Information Area (OIA) at the bottom of the terminal window.  
Public PropertyShowSosiGets or sets a value indicating whether to show shift-out and shift-in (SO/SI) control characters on the terminal screen.  
Public PropertyUseTableFormatGets or sets a value that specifies how spaces are processed when text is copied to the Clipboard.  
Top
See Also

 

 


2015 Attachmate

Send Feedback