self

A synonym for window.

Interface

PODSWindow

IDL definition
read-only attribute PODSWindow self;
JavaScript synopsis
window.self
C synopsis
PODSWindow* PODSgetSelf(PODSWindow* window);
Parameters
  • window   The PODSWindow object.

Returns

The PODSWindow object.

Remarks

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

See also

window