InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcTerminal Object
Properties Methods Events

In This Topic
    AlcTerminal Object Members
    In This Topic

    The following tables list the members exposed by AlcTerminal.

    Public Properties
     NameDescription
    Public PropertyGets or sets the macro or action that is run after the session connects.  
    Public PropertyAlternateALCEndItemBehavior TODO  
    Public PropertyGets or sets a character to display on the screen for the ALC End Item character (which by default is displayed as a special graphics character). The range of valid values is 1-255.  
    Public PropertyGets or sets the macro or action that is run before the session connects.  
    Public PropertyGets or sets a value indicating whether the terminal screen is cleared when the session is disconnected.  
    Public PropertyGets the ContextMenus object.  
    Public PropertyGets or sets a value indicating whether all keystroke functionality for Productivity features (such as Spell Check and Auto Complete) is disabled.  
    Public PropertyGets or sets a value indicating whether recording of Screen History is disabled.  
    Public PropertyGets or sets a value indicating whether tab characters (tab stops) from the Apollo host are displayed on the ALC screen.  
    Public PropertyGets or sets a value indicating whether to display the new line character when the ENTER key is pressed.
    If false, the new line character is not displayed.  
    Public PropertyGets or sets a value indicating whether to change all typed alphabetic characters to upper case.  
    Public PropertyGets a value indicating whether the session is connected.  
    Public PropertyGets or sets a value indicating the message to show when the keyboard is locked in ALC terminals.  
    Public PropertyGets the KeyboardMapper object.  
    Public PropertyGets the Macro object.  
    Public PropertyGets or sets a value indicating whether the user must explicitly connect to the host on session startup.  
    Public PropertyGets or sets the maximum number of output buffers that are saved. The range of valid values is 0-17.  
    Public PropertyGets or sets the number of entries to save (1-20) so that they can be recalled later.
     
    Public PropertyGets a value indicating whether the session configuration has changed.  
    Public PropertyGets the MouseMapper object.  
    Public PropertyGets or sets the InfoConnect Path ID used for this terminal session. Leave empty to be prompted at session startup for the path.  
    Public PropertyGets the Productivity object.  
    Public PropertyGets or sets a value indicating the message to show for push repeat key in ALC terminals.  
    Public PropertyGets or sets a value indicating whether QuickPad controls display tooltips.  
    Public PropertyGets or sets a value indicating the message to show for resent last input in ALC terminals.  
    Public PropertyGets or sets a value indicating whether a macro or action is to be run after the session is connected.  
    Public PropertyGets or sets a value indicating whether the connect macro or action is to be run after the session is reconnected.  
    Public PropertyGets or sets a value indicating whether a macro or action is to be run before the session is connected.  
    Public PropertyGets the Screen object.  
    Public PropertyGets or sets a value indicating the ALC terminal screen dimensions to use  
    Public Property

    Gets the session file path.

     
    Public PropertyGets or sets the string used to identify an entry you do not want recalled.  
    Public PropertyGets or sets a value indicating whether to allow multiple split screen windows to share the saved input transactions.  
    Public PropertyGets or sets a value indicating the message to show when the system is unavailable in ALC terminals.  
    Public PropertyGets the Theme object.  
    Public PropertyGets the VBA common project from VBA  
    Public PropertyGets the document specific VBA project from VBA  
    Public PropertyGets the version of the terminal session control.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a reference to a session file that contains macros you want to share with the current session to the VBA References settings. After you add the reference, the macros in that file are available to the current session. When you save your session, the macros are saved in your current session document file and updated each time you reopen your session.  
    Public MethodCloses the terminal session with the close option.  
    Public MethodConnects to the host.  
    Public MethodDisconnects from the host. If no connection currently exists, this method is ignored. Use the IsConnected property to determine if a connection already exists.  
    Public MethodExecute a given action. Actions possible is defined in InputMapActionID.  
    Public MethodRetrieves a list of the session documents referenced by the current session from the VBA References settings. The macros in these session documents are available to the current session.  
    Public Method

    Removes a reference to a session document file from the VBA References settings. After you remove this file name, the macros in that file are no longer available in the current session. To make this change permanent, you'll need to save your session document file.

     
    Public MethodSaves all settings.  
    Public MethodSaves all settings to the specified file.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after InfoConnect connects to the host.  
    Public EventOccurs after InfoConnect disconnects from the host.  
    Public EventOccurs before InfoConnect connects to the host.  
    Public EventOccurs before InfoConnect disconnects from the host.  
    Public EventOccurs before the session closes.  
    Public EventOccurs when an unredacted Primary Account Number (PAN) is displayed or accessed.  
    Top
    See Also