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. |