Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / HostField Object
Properties Methods

In This Topic
    HostField Object Members
    In This Topic

    The following tables list the members exposed by HostField.

    Public Properties
     NameDescription
    Public PropertyGets a bit mask that contains all of the field attributes.  
    Public PropertyGets a value that indicates whether the field must be examined on a character-by-character basis for character-specific attributes.  
    Public PropertyGets the field end column.  
    Public PropertySpecifies the column and row coordinates of the end position.  
    Public PropertyGets the field end row.  
    Public PropertyGets the foreground color set for the specified terminal attribute.  
    Public PropertyGets a value that indicates whether the field is an alpha-only field. Note: IScreenDataConstants.FIELD_ALPHA_ONLY  
    Public PropertyGets a value that indicates whether the data cell is displayed with APL characters. Note: IScreenDataConstants.ATTR_CHAR_SET_AP  
    Public PropertySpecifies whether field attributes occupy space on the screen. It returns true if field attributes occupy screen space.  
    Public PropertyGets a value that indicates whether the field is a auto enter field. Note: IScreenDataConstants.FIELD_AUTO_ENTER  
    Public PropertyGets a value that indicates whether the data cell contains blinking text. Note: IScreenDataconstants.ATTR_BLINK  
    Public PropertyGets a value that indicates whether the field is a block field. Note: IScreenDataConstants.FIELD_MODE_BLOCK  
    Public PropertyGets a value that indicates whether the data cell contains a column separator. Note: IScreenDataConstants.ATTR_COLUMN_SEPARATOR  
    Public PropertyGets a value that indicates whether the field is a DBCS Either field.  
    Public PropertyGets a value that indicates whether the field is of any DBCS field type.  
    Public PropertyGets a value that indicates whether the field is a DBCS Graphics field.  
    Public PropertyGets a value that indicates whether the field is a DBCS Mixed field.  
    Public PropertyGets a value that indicates whether the field is a DBCS Only field.  
    Public PropertyGets a value indicating whether the field is a DBCS Open field.  
    Public PropertyGets a value that indicates whether the field is a DBCS Pure field.  
    Public PropertyGets a value that indicates whether the data cell is displayed with default attributes. Note: IScreenDataConstants.ATTR_DEFAULT  
    Public PropertyGets a value that indicates whether the field is a digits field. Note: IScreenDataConstants.FIELD_DIGITS  
    Public PropertyGets a value that indicates whether the field is a duplicate format control order field. Note: IScreenDataConstants.FIELD_MARK_DUP  
    Public PropertyGets a value that indicates whether the field is an exit required field. Note: IScreenDataConstants.FIELD_EXIT_REQ  
    Public PropertyGets a value that indicates whether the data cell contains high intensity text. Note: IScreenDataConstants.ATTR_HIGH_INTENSITY  
    Public PropertyGets a value that indicates whether the field is a light pen field. Note: IScreenDataConstants.FIELD_LIGHT_PEN  
    Public PropertyGets a value that indicates whether the field is a magnetic strip field. Note: IScreenDataConstants.FIELD_MAGNETIC_STRIP  
    Public PropertyGets a value that indicates whether the field is a mandatory entry field. Note: IScreenDataConstants.FIELD_MANDATORY_ENTRY  
    Public PropertyGets a value that indicates whether the field is a mandatory fill field. Note: IScreenDataConstants.FIELD_MANDATORY_FILL  
    Public PropertyGets a value that indicates whether the field is a message field. Note: IScreenDataConstants.FIELD_TYPE_MESSAGE  
    Public PropertySpecifies whether the field has been modified. It returns true if the field has been modified.  
    Public PropertyGets a value that indicates whether the field is a numeric-only field. Note: IScreenDataConstants.FIELD_NUMERIC_ONLY  
    Public PropertyGets a value that indicates whether the field is a numeric shift field. Note: IScreenDataConstants.FIELD_NUMERIC_SHIFT  
    Public PropertyGets a value that indicates whether the data cell contains overlined text. Note: IScreenDataconstants.ATTR_OVERLINE  
    Public PropertyGets a value that indicates whether the field is a protected field. Note: IScreenDataConstants.FIELD_MODE_PROTECTED  
    Public PropertyGets a value that indicates whether the data cell is displayed in reverse video mode. Note: IScreenDataConstants.ATTR_REVERSE  
    Public PropertyGets a value that indicates whether the field is a right-align, blank-fill field. Note: IScreenDataConstants.FIELD  
    Public PropertyGets a value that indicates whether the field is a right-align, zero-fill field. Note: IScreenDataConstants.FIELD_RA_ZEROFILL  
    Public PropertyGets a value that indicates whether the field is a right-aligned field. Note: IScreenDataConstants.FIELD_RIGHT_JUSTIFIED  
    Public PropertyGets a value that indicates whether the field is a signed numeric field. Note: IScreenDataConstants.FIELD_SIGNED_NUMERIC  
    Public PropertyGets a value that indicates whether the data cell contains strikethrough text. Note: IScreenDataConstants.ATTR_STRIKETHROUGH  
    Public PropertyGets a value that indicates whether the data cell contains underlined text. Note: IScreenDataconstants.ATTR_UNDERLINE  
    Public PropertyGets a value that indicates whether the field is an uppercase field. Note: IScreenDataConstants.FIELD_UPPERCASE  
    Public PropertyGets a value that indicates whether the field is a user field. Note: IScreenDataConstants.FIELD_TYPE_USER  
    Public PropertyGets a value that indicates whether the data cell contains visible text. Note: IScreenDataConstants.ATTR_VISIBLE  
    Public PropertySpecifies the length of this field, including field attributes.  
    Public PropertyGets the field start column.  
    Public PropertySpecifies the column and row coordinates of this field.  
    Public PropertyGets the field start row.  
    Public PropertyGets field text.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string that includes the starting row, column, and length of the field and the text in the field.  
    Top
    See Also