InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / GetFields Method
FieldType enum selection.
In This Topic
    GetFields Method (T27Screen)
    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 T27Screen Object

    Parameters

    fieldType
    FieldType enum selection.

    Return Value

    Host field collection.
    See Also