Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts 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 sets a string variable that can be used as data during macro execution.  
    Public PropertyGets the parent 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 an Express macro.  
    Public MethodRuns a legacy Reflection macro from an external file (that is, not from a settings file 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 that takes a single parameter.  
    Public MethodRuns a macro that takes no parameters.  
    Public MethodRuns a macro that takes an array of parameters.  
    Public MethodRuns an IBM Personal Communications macro.  
    Public MethodRuns a QWS macro.  
    Public MethodRuns a Micro Focus Rumba macro.  
    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