Table of Contents

TTMSFNCWebBrowserNewWindowRequestedParams Record

Parameters passed to OnNewWindowRequested when a page attempts to open a new browser window.

API unit family: TMSFNCWebBrowser

Syntax

TTMSFNCWebBrowserNewWindowRequestedParams = record

Fields and properties

Name Type Description
Handled Boolean Set to True to indicate that your application has handled opening the URL; prevents the default new-window behaviour.
IsUserInitiated Boolean When True, the request was triggered by a direct user gesture rather than by script.
URL String URL that the new window would navigate to.