Maptitude GISDK Help |
Maximizes a window so that it fills the Maptitude client area.
MaximizeWindow(window_name)
Argument |
Contents |
window_name |
String of the form "window type|window name," or "window name" if the window name is unique among the window types, or null for the current window |
Calling MaximizeWindow() is equivalent to clicking the maximize button in the upper-right corner of the window.
For more information on window types, see Windows.
if IsWindow(win_name, {"Iconized"}) then
MaximizeWindow(win_name)
else
MinimizeWindow(win_name)
Function |
Summary |
Minimizes the specified window. |
|
Restores a window to its original size. |
©2025 Caliper Corporation | www.caliper.com |