Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Item | Details |
---|---|
Window.FindByTitle This function can be used to find the Reference to the window. | Mac/Win |
Window.HasCloseButton You can control whether a Window has a close button or not. | Mac/Win |
Window.HasMiniaturizeButton This function returns the current state of the window's Miniaturize button. | Mac/Win |
Window.HasShadow This function returns the current state of the Window's Shadow. | Mac only |
Window.HasZoomButton You can control whether a Window has a Zoom button or not. | Mac/Win |
Window.IgnoresMouseEvents Queries whether mouse events are ignored. | Mac only |
Window.IsModified Queries whether document has been modified. | Mac only |
Window.SetCloseButton Switches the close button on the window on or off. | Mac/Win |
Window.SetIgnoresMouseEvents Disables mouse input for this window. | Mac only |
Window.SetMiniaturizeButton This function enables or disables the the Miniaturize Button on a window. | Mac/Win |
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. | Mac/Win |
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.
Older Version 1.0 Newer Version 1.2
Feedback: Report problem or ask question.