Create(Url: String; Flags: Integer; TargetFrameName: String; Headers: String; Cancel: Boolean);
Url is URL of the page to which the jump is done.
Flags - parameter is reserved for future.
TargetFrameName is a name of frame that is used to display resources.
Headers are the additional headers sent to the server.
Cancel is a parameter that determine whether the jump to the specified Web page should be done.
The Create constructor creates an argument of the OnBeforeNavigate2 event.
See also: