Icon Window Property

property Window: TWindow

Available In: Visual Client Applications

Returns the DOM (Document Object Model) window instance of the frame element.

Information Accessing the DOM window instance allows you to make calls into the global execution environment of the frame element. However, this access is subject to same-origin security constraints, and will be denied if the contents of the frame element were loaded from a different origin.
Image