TWindowRequestEvent = procedure(Sender: TObject;
const Target, URL: string) of Object;
The TWindowRequestEvent type is the type for window request events. These events occur when a Target Frame of "_blank" is specified or if the Target name does not match any of the current Frame names.
Generally, the user would want to open a new window to handle the URL when this event occurs.
See also: