TFrameBrowser component
procedure LoadURL(const URL: string);
The LoadURL method is used to initiate loading a document in TFrameBrowser. URL must be a full URL and include the protocol.
Following the LoadURL call, one or more OnGetPostRequest and OnImageRequest events will occur. The user must respond to these events by supplying the requested HTML and images in TMemoryStream form.
See also: