InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / Macro Object
Properties Methods

In This Topic
    Macro Object Members
    In This Topic

    The following tables list the members exposed by Macro.

    Public Properties
     NameDescription
    Public PropertyGets the parent terminal object.  
    Public PropertyGets a value indicating whether the macro recorder is currently recording.  
    Public PropertyGets a value indicating whether the macro recorder is currently paused.  
    Public PropertyGets the current macro recording script, if any. Returns an empty string if no script is currently recording.  
    Top
    Public Methods
     NameDescription
    Public MethodGets a list of existing macro names.  
    Public MethodOpens a dialog box containing a prompt and a text box for user input, and returns the contents of the text box after the user clicks OK. The text entered into the text box appears as asterisks on screen. This method returns an error if the user clicks Cancel.

     
    Public MethodStarts recording a macro in the current terminal session.  
    Public MethodResumes recording a macro in the current terminal session.  
    Public MethodRuns a macro that takes a single parameter.  
    Public MethodRuns a macro that takes no parameters.  
    Public MethodRuns a macro that takes an array of parameters.  
    Public MethodDisplays the Run Macro dialog box.  
    Public MethodStarts recording a macro in the current terminal session.  
    Public MethodStops a currently running macro. Does nothing if a macro is not running in the current terminal session.  
    Public MethodStops the macro recorder in the current terminal session, and saves the macro.  
    Top
    See Also