Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems 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 or specifies a string variable that can be used as data during macro execution.  
    Public PropertyGets the parent object (Terminal).  
    Public PropertyReturns whether the macro recorder is currently recording.  
    Public PropertyReturns 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 MethodDisplays a prompt for the Password dialog box.  
    Public MethodPauses the macro recorder in the current terminal session.  
    Public MethodResumes recording a macro in the current terminal session.  
    Public MethodRuns a legacy Reflection macro from an external file (that is, a file not currently in use).  
    Public MethodRuns a HostExplorer macro.  
    Public MethodRuns an Extra! macro.  
    Public MethodRuns a legacy Reflection macro.  
    Public MethodRuns the legacy Reflection macro that in the specified macro file.  
    Public MethodRuns a macro.  
    Public MethodRuns a macro.  
    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