IBasic |
The IBasicNoUI type exposes the following members.
Name | Description | |
---|---|---|
![]() | BlockedKeywords | Gets or sets the blocked keywords. |
![]() | Code | Gets or sets the source code for the macro/module. |
![]() | Error | Gets the syntax or execution error information object. |
![]() | ErrorLimit | Gets or sets the limit for the number of syntax errors reported. |
![]() | FileName | Gets or sets the file path of a macro/module in the Code property. |
![]() | FileTools | Gets or sets the visibility of the file tool buttons on the toolbar. |
![]() | HiddenCode | Gets or sets the hidden code text. |
![]() | InEvent | Gets the in event status. |
![]() | Pause | Gets or sets whether the execution is paused. |
![]() | Run | Gets or sets whether the macro/module is currently running. |
![]() | Sandboxed | Gets or sets the sandboxed mode. |
![]() | SandboxRules | Gets or sets the sandbox rules. |
![]() | Secret | Gets or sets the secret. |
![]() | Synchronized | Gets or sets the synchronized mode. |
![]() | SynchronizedEdit | Gets or sets the synchronized edit mode. |
![]() | VirtualFileSystem | Gets or sets the virtual file system. |
Name | Description | |
---|---|---|
![]() | AddExtensionObject | Extends the WWB.NET language using any .NET object. |
![]() | AddExtensionObjectWithEvents | Extends the WWB.NET language using any .NET object. The events fired by this object can be handled by the appropriate module. |
![]() | AddImports | Adds automatic imports to the WWB.NET language. |
![]() | AddReference | Extends the WWB.NET language using an assembly reference. |
![]() | AddSafeReference | Extends the WWB.NET language using an assembly reference. |
![]() | AddScriptableObjectModel | Extends the WWB.NET language using a type's assembly and automatically imports the type's namespace and the type itself. |
![]() | AddScriptableReference | Extends the WWB.NET language using an assembly reference. |
![]() | CreateHandler | Create an object that can invoke a module sub or function. |
![]() | CreateHandlers | Create a collection of Handler objects. |
![]() | Disconnect | Disconnects the language extensions. |
![]() | IsModuleLoaded | Determines if the module is loaded. |
![]() | LoadModule | Loads a module by parsing it and preparing it for execution. |
![]() | MacroCaption | Returns a macro/module's caption. |
![]() | MacroCode | Returns a macro/module's code. |
![]() | ModuleInstance | Returns an instance of the Module object. |
![]() | Query | Query. |
![]() | RemoveExtensions | Removes language extensions specific to a module. |
![]() | ReportError | Reports an error generated during a Handler or Module object call. |
![]() | RunFile | Runs a macro by name. |
![]() | RunThis | Runs macro code. |
![]() | SetMacroStale | Set the macro/module cached source as stale. This removes the cached source from consideration forcing the source code to be read again. |
![]() | Shutdown | Prepares to shutdown WinWrap Basic. |
![]() | Synchronize | Synchronize with the remote Basic Control/Object. |
![]() | SyntaxCheck | Checks for syntax errors. |
![]() | Trace | Sets the tracing categories. |
![]() | UnloadModule | Unloads the module. |
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. |
The Secret property must be set prior to calling the Initialize method. Failure to do so will prevent the object from initializing on non-development machines.