LoadURL Method


Applies to

TFrameBrowser component

Declaration

procedure LoadURL(const URL: string);

Description

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:

OnGetPostRequest Event

OnImageRequest Event

GetPostQuery Method