InfoConnect for Unisys VBA Guide
Macro Object Members

The following tables list the members exposed by Macro.

Properties
 NameDescription
Public PropertyParentGets the parent terminal object.  
Public PropertyRecordingGets a value indicating whether the macro recorder is currently recording.  
Public PropertyRecordingPausedGets a value indicating whether the macro recorder is currently paused.  
Public PropertyScriptGets the current macro recording script, if any. Returns an empty string if no script is currently recording.  
Top
Methods and Functions
 NameDescription
Public MethodGetMacroNamesGets a list of existing macro names.  
Public MethodPasswordBoxOpens 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 MethodPauseRecordingStarts recording a macro in the current terminal session.  
Public MethodResumeRecordingResumes recording a macro in the current terminal session.  
Public MethodRunMacroRuns a macro that takes a single parameter.  
Public MethodRunMacro2Runs a macro that takes no parameters.  
Public MethodRunMacro3Runs a macro that takes an array of parameters.  
Public MethodShowMacroDialogDisplays the Run Macro dialog box.  
Public MethodStartMacroRecordingStarts recording a macro in the current terminal session.  
Public MethodStopMacroStops a currently running macro. Does nothing if a macro is not running in the current terminal session.  
Public MethodStopMacroRecordingStops the macro recorder in the current terminal session, and saves the macro.  
Top
See Also

 

 


2015 Attachmate

Send Feedback