GetPage

From SCAR Divi Manual
Revision as of 10:56, 4 July 2011 by Freddy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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