InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / GetFields Method
FieldType enum selection.


In This Topic
    GetFields Method (IT27Screen)
    In This Topic
    Gets a host field collection that matches specifed fieldAttributes.
    Syntax
    'Declaration
     
    
    Function GetFields( _
       ByVal fieldType As FieldType _
    ) As HostField()
    'Usage
     
    
    Dim instance As IT27Screen
    Dim fieldType As FieldType
    Dim value() As HostField
     
    value = instance.GetFields(fieldType)

    Parameters

    fieldType
    FieldType enum selection.

    Return Value

    Host field collection.
    See Also