Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Window.Maximize
Maximizes window.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Window | 6.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Window.Maximize"; WindowRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
WindowRef | Window Reference is the unique OS level window ID. You can obtain this by using the Window.FindByTitle or Window.FindByIndex functions. Pass zero to access the frontmost window. | 0 |
Result
Returns OK or error.
Description
Maximizes window.On Windows the window maximizes.
On Mac the window zooms to fit content.
Examples
Maximize front window:
MBS( "Window.Maximize"; 0)
Maximize database window:
MBS( "Window.Maximize"; Get(WindowName))
See also
Blog Entries
This function checks for a license.
Created 22nd January 2016, last changed 22nd January 2016