InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen Object / GetFields Method
FieldType enum selection.
In This Topic
    GetFields Method (UtsScreen)
    In This Topic
    Gets a host field collection that matches specifed fieldAttributes.
    Syntax
    expression.GetFields( _
       ByVal fieldType As FieldType _
    ) As HostField() object 
    where expression is a variable that represents a UtsScreen Object

    Parameters

    fieldType
    FieldType enum selection.

    Return Value

    Host field collection.
    See Also