Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
New in version 1.1
Item | Details | Server |
---|---|---|
Window.FindByTitle This function can be used to find the Reference to the window. | Mac/Win |
❌ Server |
Window.HasCloseButton You can control whether a Window has a close button or not. | Mac/Win |
❌ Server |
Window.HasMiniaturizeButton This function returns the current state of the window's Miniaturize button. | Mac/Win |
❌ Server |
Window.HasShadow This function returns the current state of the Window's Shadow. | Mac only |
❌ Server |
Window.HasZoomButton You can control whether a Window has a Zoom button or not. | Mac/Win |
❌ Server |
Window.IgnoresMouseEvents Queries whether mouse events are ignored. | Mac only |
❌ Server |
Window.IsModified Queries whether document has been modified. | Mac only |
❌ Server |
Window.SetCloseButton Switches the close button on the window on or off. | Mac/Win |
❌ Server |
Window.SetIgnoresMouseEvents Disables mouse input for this window. | Mac only |
❌ Server |
Window.SetMiniaturizeButton This function enables or disables the the Miniaturize Button on a window. | Mac/Win |
❌ Server |
Window.SetModified Sets the modified state of the window. | Mac only |
❌ Server |
Window.SetShadow Turns shadow on or off. | Mac only |
❌ Server |
Window.SetZoomButton This function enables or disables the the Zoom Button on a window. | Mac/Win |
❌ Server |
WindowsScript.AddCode Adds the code to the specified script. | Win only |
✅ Server |
WindowsScript.Close Removes the specified script from memory. | Win only |
✅ Server |
WindowsScript.Create Creates a Windows Script in memory. | Win only |
✅ Server |
WindowsScript.ErrorClear Clears the old errors | Win only |
✅ Server |
WindowsScript.ErrorColumn Returns the error column of the last error. | Win only |
✅ Server |
WindowsScript.ErrorDescription Returns the text description of the error. | Win only |
✅ Server |
WindowsScript.ErrorLine Returns the error line of the last error. | Win only |
✅ Server |
WindowsScript.ErrorNumber Returns the number of the last error in a VB script. | Win only |
✅ Server |
WindowsScript.ErrorSource This function returns the name of the module that had the error. | Win only |
✅ Server |
WindowsScript.ErrorText Returns the Line of the Script that contains the error. | Win only |
✅ Server |
WindowsScript.Eval Evaluates the "text" and returns the result. | Win only |
✅ Server |
WindowsScript.ExecuteFunction Runs the script specified by the Script ID. | Win only |
✅ Server |
WindowsScript.ExecuteStatement Executes a statement. | Win only |
✅ Server |
WindowsScript.GetAllowUI Returns the Allow UI State of the specified script. | Win only |
✅ Server |
WindowsScript.GetLanguage Queries the current language. | Win only |
✅ Server |
WindowsScript.GetTimeout Each script has a setting that dictates how long a script will wait before timing out. | Win only |
✅ Server |
WindowsScript.GetUseSafeSubset Returns the Safe Subset State of the specified script. | Win only |
✅ Server |
WindowsScript.SetAllowUI Sets the "Allow UI State of the specified script. | Win only |
✅ Server |
WindowsScript.SetLanguage Returns the Line of the Script that contains the error. | Win only |
✅ Server |
WindowsScript.SetTimeout Each script has a setting that dictates how long a script will wait before timing out. | Win only |
✅ Server |
WindowsScript.SetUseSafeSubset Sets the Safe Subset State of the specified script. | Win only |
✅ Server |
34 functions shown.