Member | Description |
---|---|
AppointmentAction | Creates a new appointment Office document. Requires no parameters. This action does nothing if the current Office Suite does not support appointment documents. |
BackHistoryAction | Navigates to the previous screen in the screen history sequence. Requires no parameters. |
CaptureIncomingDataAction | Starts or stops capturing incoming data. This action may be run with no parameters, in which case the user will be prompted for a filename when the action is executed. Otherwise, you need to pass in the following three parameters:
|
ClearAllAction | Clears all of the display memory without putting it on the Clipboard. Requires no parameters. |
ClearDisplayAction | Clears text from the cursor position to the end of the screen, without putting it on the Clipboard. Requires no parameters. |
ClearSelectionAction | Clears any selection active in the host session document. Requires no parameters. |
ClipboardSettingsAction | Opens the Clipboard settings. Requires no parameters. |
CloseAction | Opens the current document. Requires no parameters. |
ConnectAction | Connects the current host session document to the host. Requires no parameters. |
ContactAction | Creates a new contact Office document. Requires no parameters. This action does nothing if the current Office Suite does not support contact documents. |
ContextMenuEditorAction | Opens the Context Menu Editor. Requires no parameters. |
CopyAction | Copies selected text to the Clipboard. Requires no parameters. |
CopyToBuffer1Action | Copies the selected text to the clipboard and saves a copy of it in one of 4 buffers. This requires one parameter:
The index (1-4) of the buffer to use |
CopyToBuffer2Action | Copies the selected text to the clipboard and saves a copy of it in one of 4 buffers. This requires one parameter:
The index (1-4) of the buffer to use |
CopyToBuffer3Action | Copies the selected text to the clipboard and saves a copy of it in one of 4 buffers. This requires one parameter:
The index (1-4) of the buffer to use |
CopyToBuffer4Action | Copies the selected text to the clipboard and saves a copy of it in one of 4 buffers. This requires one parameter:
The index (1-4) of the buffer to use |
CutAction | Cuts selected text and places it on the Clipboard. Requires no parameters. |
DisconnectAction | Disconnects the current host session document from the host. Requires no parameters. |
DocumentPropertiesAction | Displays document settings. Requires no parameters. |
DoNothingAction | This is an action that has no operation. Requires no parameters. |
EmailMessageAction | Creates a new e-mail message Office document. This action does nothing if the current Office Suite does not support e-mail. Requires no parameters. |
EventUIMapperAction | Shows the Event UI mapping dialog |
ExitAction | Quits Reflection. Requires no parameters. |
FileTransferAction | Open the File Transfer dialog box to transfer files between your PC and the host. Requires no parameters. |
ForwardHistoryAction | Navigates to the next host screen in the screen history sequence. Requires no parameters. |
FtpFileTransferAction | Opens the Reflection FTP client for FTP file transfer. Requires no parameters. |
FullScreenViewAction | Puts the Reflection frame in full screen mode. Requires no parameters. |
GlobalSettingsAction | Opens the Reflection Desktop global configuration settings. Requires no parameters. |
HelpAction | Opens the Help system in a separate window. Requires no parameters. |
HostConnectionSettingsAction | Opens the Connection Settings for the host configuration. Requires no parameters. |
HotspotsSettingsAction | Opens the Hotspots Settings configuration for the host session. Requires no parameters. |
KeyboardMapperAction | Opens the Keyboard Map Editor. Requires no parameters. |
LaunchApplicationAction | Starts an external application, if the required parameters are provided. This action requires the following three parameters (in order):
|
LaunchSupportWebsiteAction | Opens the Attachmate support Web site. Requires no parameters. |
LaunchVbaAction | Starts the Visual Basic for Applications Editor. Requires no parameters. |
LayoutCascadeAction | Rearranges all open document windows in the workspace to overlap in a cascade. Requires no parameters. |
LayoutHorizontalAction | Rearranges all open document windows in the workspace to be tiled horizontally. Requires no parameters. |
LayoutVerticalAction | Rearranges all open document windows in the workspace to be tiled vertically. Requires no parameters. |
MacroSecurityAction | Opens the API and Macro Security configuration settings. Requires no parameters. |
ManageRibbonSettingsAction | Opens the user interface settings for configuring the selected ribbon or classic UI mode file, modifying the current file, or creating a new file. Requires no parameters. |
ManualCaptureAction | Performs a screen capture of the current host screen and adds it to the screen history sequence. Requires no parameters. |
MoveCursorAction | Moves the cursor in the host session. Requires no parameters. |
NewDocumentAction | Creates a new document in the Reflection Desktop frame. Requires no parameters. |
NextDocumentAction | Make the next session document or Web page active on an MDI workspace, whether you are viewing your documents as tabs or windows. Or make the next Workspace active if SDI mode is used. Requires no parameters. |
NoteAction | Creates a new note Office document. This action does nothing if the current Office Suite does not support note documents. Requires no parameters. |
OfficeToolsPaneAction | Displays the Office Tools task pane. Requires no parameters. |
OpenAction | Opens the Open dialog box, used to open sessions, layouts, or URLs. Requires no parameters. |
OpenURLAction | Opens a URL, if the required parameters are provided. This action requires up to three parameters:
|
PageSetupAction | Opens the Page Setup dialog box. Requires no parameters. |
PasteAction | Pastes data from the Clipboard to the current cursor position in the host session document. Requires no parameters. |
PasteFromBuffer1Action | Retrieves saved text from one of 4 buffers and places it in the clipboard, then pastes it to the current cursor position in the host session document. This requires one parameter:
The index (1-4) of the buffer to use |
PasteFromBuffer2Action | Retrieves saved text from one of 4 buffers and places it in the clipboard, then pastes it to the current cursor position in the host session document. This requires one parameter:
The index (1-4) of the buffer to use |
PasteFromBuffer3Action | Retrieves saved text from one of 4 buffers and places it in the clipboard, then pastes it to the current cursor position in the host session document. This requires one parameter:
The index (1-4) of the buffer to use |
PasteFromBuffer4Action | Retrieves saved text from one of 4 buffers and places it in the clipboard, then pastes it to the current cursor position in the host session document. This requires one parameter:
The index (1-4) of the buffer to use |
PlayBackTraceAction | Opens the Playback Trace dialog box, used to open the file that contains the trace data. Requires no parameters. |
PreviousDocumentAction | Make the previous session document or Web page active on an MDI workspace, whether you are viewing your documents as tabs or windows. Or make the next Workspace active if SDI mode is used. Requires no parameters. |
PrintAction | Opens the Print dialog box. Requires no parameters. |
PrintSetupAction | Opens the Print Setup dialog box. Requires no parameters. |
QuickPadSettingsAction | Opens the QuickPad configuration settings. Requires no parameters. |
QuickPrintAction | Prints the current document immediately. Requires no parameters. |
RunExpressMacroAction | Runs an EML macro. This action may be run with no parameters, in which case the user will be prompted for a macro to run when the action is executed. Otherwise, you need to pass in the following two parameters:
|
RunExternalLegacyReflectionBasicMacroAction | Runs an external legacy Reflection Basic Macro. This requires two parameters:
The name (type string) of the macro file (*.RBS). Optional macro data (type string) to be passed to the macro at runtime. If no macro data is needed, this can be specified as an empty string. |
RunExternalLegacyReflectionMacroAction | Runs an external legacy Reflection macro. This requires four parameters:
|
RunExternalLegacyReflectionRclScriptAction | Runs an external legacy Reflection Command Language (RCL) script. This requires one parameter:
The name (type string) of the RCL script file (*.RCL). |
RunHostExplorerMacroAction | Runs a HostExplorer macro. This action requires one parameter:
|
RunLegacyExtraMacroAction | Runs an Extra! macro, if the required parameters are provided. This action requires two parameters:
|
RunLegacyReflectionMacroAction | Runs a legacy Reflection macro, if the required parameters are provided. This action requires the following parameters:
|
RunMacroAction | Runs a macro, if the required parameters are provided. This action requires three parameters with an optional fourth parameter:
|
RunSupportToolAction | Runs a utility to help Attachmate Technical Support collect Reflection application data. Requires no parameters. |
SaveAction | Saves the current document. Requires no parameters. |
SaveAsAction | Saves the current document with a new name or location. Requires no parameters. |
SaveLayoutAction | Saves all currently open documents in a layout. Requires no parameters. |
SaveRSFTAction | Saves the current document configuration as a template. Requires no parameters. |
ScratchPadPaneAction | Opens the Scratch Pad task pane. Requires no parameters. |
ScreenHistoryPaneAction | Opens the Screen History task pane. Requires no parameters. |
SelectAllAction | Selects all of the text in the current document. Requires no parameters. |
SendHostKeyAction | Transmits a host key to the host. This requires one parameter of type ControlKeyCode, which specifies which host key to send. |
SendHostTextAction | Sends a string of text to a host session. This requires one parameter of type string, which is the text to transmit at the current cursor position. |
SettingsAction | Brings up settings configuration for the current document. Requires no parameters. |
SetupLoggingAction | Opens the logging configuration settings. Requires no parameters. |
ShowContextMenuAction | Opens a context menu in the current document. Requires no parameters. |
ShowHelpAboutAction | Opens the Help/About dialog box. Requires no parameters. |
ShowLiveScreenAction | Returns to the current host session document's current host screen. Requires no parameters. |
ShowMouseMapperAction | Opens the Mouse Map Editor. Requires no parameters. |
ShowPrivacyFilterAction | Opens the Information Privacy configuration settings. Requires no parameters. |
ShowScreenHistorySettingAction | Opens the Screen History configuration settings. Requires no parameters. |
ShowSpecificContextMenuAction | Shows a specified context menu. |
ShowUIDesignerAction | Opens the UI Designer application to customize the ribbon. Requires no parameters. |
StartLoggingAction | Starts logging text from a host session to a printer or file. Requires no parameters. |
StartTraceAction | Opens the Start Trace dialog box, used to enter the name of the file in which to save the trace data. Requires no parameters. |
StopLoggingAction | Stops logging if it is currently active. Requires no parameters. |
StopMacroAction | Stops the currently running macro, if any, in the current document. Requires no parameters. |
StopTraceAction | Stops recording a trace. Requires no parameters. |
TaskAction | Creates a new task Office document. This action does nothing if the current Office Suite does not support task documents. Requires no parameters. |
ThemeSettingsAction | Opens the theme configuration settings. Requires no parameters. |
ThemesSoundSettingsAction | Opens the sound configuration settings for the current document's theme. Requires no parameters. |
ToggleClassicMenuBarAction | Switches the visibility of the menubar on and off. Requires no parammeters. |
ToggleClassicStatusBarAction | Switches the visibility of the statusbar on and off. Requires no parammeters. |
ToggleLoggingAction | Starts or Stops logging text from a host session to a printer or file. Requires no parameters. |
ToggleMacroRecordAction | Starts or stops the Macro Recorder. Requires no parameters. |
TogglePauseMacroAction | Pauses or resumes recording a macro. Does nothing if a recording is not in progress. Requires no parameters. |
ToggleRibbonStateAction | Switches the visibility of the workspace Ribbon on and off. Requires no parammeters. This action does nothing if the workspace is running in Classic Mode. |
ToggleTerminalKeyboardAction | Show or hide the on-screen terminal keyboard for the active session. |
VbaMacroDialogAction | Opens the Visual Basic for Applications Macro dialog box. Requires no parameters. |
WordDocumentAction | Creates a new word-processing document. This action does nothing if the current Office Suite does not support word-processing documents. Requires no parameters. |