Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | window_resizable.klib | window.resizable.terminate SEARCH    

  Functions
window.resizable.terminate

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
window.resizable.terminate

Language: MioScript
Product: MioFactory


Syntax

window.resizable.terminate(WindowID)


Parameters

IDWindowIDOptional.
ID of the window to set as resizable.
If this parameter is not specified or set to null, the main window is hidden.


Return value

No value is returned.


Description

This function hides the window and save the current size, position and state.

For more information: window_resizable.k




MioScript Sample Code

event.load
    app.init()
    window.resizable.init()
event.end

event.terminate()
     window.resizable.terminate()
event.end