THTMLDoc.ImportHTML Method

Imports an HTML from URL. If Filename is specified, creates a session URL first and then imports the html file from that Filename.

Pascal

procedure ImportHTML(const Url: WideString; const Filename: WideString = ''); safecalloverload;

Parameters

Parameters

Description

const Url: WideString

elative URL

const Filename: WideString = ''

Local filename (optional)

Group

THTMLDoc Methods