IBasic |
The IBasicNoUI type exposes the following members.
| Name | Description | |
|---|---|---|
| Begin | Occurs when execution has started. | |
| DebugClear | Occurs when the instruction Debug.Clear is executed. | |
| DebugPrint | Occurs when the instruction Debug.Print was executed. | |
| DebugTrace | Occurs when the trace output needs to be printed. | |
| Disconnected | Occurs when a Disconnect has been called successfully. | |
| Disconnecting | Occurs when a Disconnect is called. | |
| DoEvents | Occurs when a macro/module is executing. | |
| End | Occurs when execution has completed. | |
| ErrorAlert | Occurs when an error has occurred. (Evaluation errors do not trigger this event.) | |
| ErrorLog | Occurs when a syntax error has occurred. (Evaluation errors do not trigger this event.) | |
| GetAssemblyNames | Occurs when the Edit|References dialog is displayed. | |
| GetMacroCaption | Occurs when a macro/module's caption is needed. | |
| MacroBegin | Occurs when a macro has been started or module has been loaded. | |
| MacroEnd | Occurs when a macro has been ended or a module has been unloaded. | |
| MapMacroName | Occurs when a macro/module name needs to be mapped. | |
| Pause_ | Occurs when execution has been paused. | |
| Pending | Occurs when execution needs to pause or end. | |
| ReadMacro | Occurs when a macro/module needs to be read from storage. | |
| ReceivedAppSyncMessage | Occurs when the remote Basic Control/Object receives an app synchronize message. | |
| Resume | Occurs when execution has been resumed. | |
| Synchronizing | Occurs when the remote Basic Control/Object needs to Synchronize. | |
| WriteMacro | Occurs when a macro/module needs to be written to storage. |