window

Gets the current window object from the M-Business Client browser.

Interface

PODSWindow

IDL definition
readonly attribute PODSWindow window;
JavaScript synopsis
window.window
C synopsis
PODSWindow* PODSgetWindow(PODSWindow* window);
Parameters
  • window   The PODSWindow object.

Returns

PODSWindow object for the current window.

Remarks

getWindow( ) and getSelf( ) perform the same function. The two are provided to support JavaScript conventions. Use to distinguish a property of the window object from a form or form element of the same name, to make your code more readable.

See also

self