GetPage

From SCAR Divi Manual
Jump to: navigation, search

Definition

function GetPage(const URL: AnsiString): AnsiString;

Availability

SCAR Divi 3.00 > Current

Description

Gets the content of a page specified by the string URL and returns it. An empty string is returned if the function failed to get the contents. The function supports redirects and SSL.

Example

begin
  WriteLn(GetPage('http://www.google.com/'));
end.

See Also