document

Returns a read-only reference to the document object contained in the window.

Interface

PODSWindow

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

Returns

Read-only reference to window’s document object.