All functions
Mac OS X
Windows
Crossplatform
Components
Guides
New in version:
1.0
1.1
1.2
1.3
1.4
1.5
1.6
1.7
1.8
2.0
2.1
2.2
2.3
2.4
2.5
2.6
New in version 1.1
| Name | Description | Mac/Win |
|---|---|---|
| Window.FindByTitle | This function can be used to find the Reference to the window. | Both |
| Window.HasCloseButton | You can control weather a Window has a close button or not. | Both |
| Window.HasMiniaturizeButton | This function returns the current state of the window's Miniaturize button. | Both |
| Window.HasShadow | This function returns the current state of the Window's Shadow. | Mac only |
| Window.HasZoomButton | You can control weather a Window has a Zoom button or not. | Both |
| Window.IgnoresMouseEvents | Queries whether mouse events are ignored. | Mac only |
| Window.IsModified | Queries whether document has been modified. | Both |
| Window.SetCloseButton | Switches the close button on the window on or off. | Both |
| Window.SetIgnoresMouseEvents | Disables mouse input for this window. | Mac only |
| Window.SetMiniaturizeButton | This function enables or disables the the Miniaturize Button on a window. | Both |
| Window.SetModified | Sets the modified state of the window. | Mac only |
| Window.SetShadow | Turns shadow on or off. | Mac only |
| Window.SetZoomButton | This function enables or disables the the Zoom Button on a window. | Both |
| WindowsScript.AddCode | Adds the code to the specified script. | Win only |
| WindowsScript.Close | Removes the specified script from memory. | Win only |
| WindowsScript.Create | Creates a Windows Script in memory. | Win only |
| WindowsScript.ErrorClear | Clears the old errors | Win only |
| WindowsScript.ErrorColumn | Returns the error column of the last error. | Win only |
| WindowsScript.ErrorDescription | Returns the text description of the error. | Win only |
| WindowsScript.ErrorLine | Returns the error line of the last error. | Win only |
| WindowsScript.ErrorNumber | Returns the number of the last error in a VB script. | Win only |
| WindowsScript.ErrorSource | This function returns the name of the module that had the error. | Win only |
| WindowsScript.ErrorText | Returns the Line of the Script that contains the error. | Win only |
| WindowsScript.Eval | Evaluates the "text" and returns the result. | Win only |
| WindowsScript.ExecuteFunction | Runs the script specified by the Script ID. | Win only |
| WindowsScript.ExecuteStatement | Executes a statement. | Win only |
| WindowsScript.GetAllowUI | Returns the Allow UI State of the specified script. | Win only |
| WindowsScript.GetLanguage | Queries the current language. | Win only |
| WindowsScript.GetTimeout | Each script has a setting that dictates how long a script will wait before timing out. | Win only |
| WindowsScript.GetUseSafeSubset | Returns the Safe Subset State of the specified script. | Win only |
| WindowsScript.SetAllowUI | Sets the "Allow UI State of the specified script. | Win only |
| WindowsScript.SetLanguage | Returns the Line of the Script that contains the error. | Win only |
| WindowsScript.SetTimeout | Each script has a setting that dictates how long a script will wait before timing out. | Win only |
| WindowsScript.SetUseSafeSubset | Sets the Safe Subset State of the specified script. | Win only |
34 functions.
Feedback: Report problem or ask question.
Loading