InfoConnect VBA Guide
Inheritance Hierarchy
In This Topic
    Attachmate.Reflection.Objects.Emulation.T27 Library
    In This Topic
    Objects
     ObjectDescription
    ObjectFileTransfer represents the host application FileTransfer. It provides methods and properties to access host FileTransfer data.
    ObjectT27Screen represents the host application screen. It provides methods and properties to access host screen data.
    ObjectThe T27Terminal is a T27 host emulation session object.
    Events
     EventDescription
    EventHandles the BeforeSendKey event to permit users to modify a key value or cancel a send key action before it is sent.
    EventHandles the BeforeSendControlKey event to permit users to modify a control key value or cancel a send control key action before it is sent.

    To cancel the action, set the Cancel property of the BeforeSendControlKeyEventArgs object passed to the event handler to true.

    EventThe event occurs before a data key is sent to the host.
    EventThe event occurs when the cursor moves into a different field.
    EventUnredacted PAN is displayed or accessed.
    EventT27 Host default event.
    EventThis event occurs when a session window is clicked by the mouse.
    Enumerations
     EnumerationDescription
    EnumerationDefines options for carriage return interpretation in T27 terminals.
    EnumerationDefines options for Clear key interpretation in T27 forms.
    EnumerationDefines options for DC1 character interpretation in T27 terminals.
    EnumerationDefines options for DC2 character interpretation in T27 terminals.
    EnumerationSpecifies the transfer protocol that will be used for a T27 session.
    EnumerationDefines options for line feed interpretation in T27 terminals.
    EnumerationOptions for file transfer behavior/what to do when the local file already exists
    See Also