GetUrlContent

<< Click to Display Table of Contents >>

Navigation:  Functions >

GetUrlContent

SIGNATURE=IWUtils.GetUrlContent@string@Boolean

 

ETYPE=Function

 

Declaration:

Delphi:

function GetUrlContent(const Url: string; const ReadContent: Boolean = True): AnsiString;

C++:

String GetUrlContent(const String Url, const bool ReadContent = True);

 

Unit: IWUtils.pas

 

Description: This is function IWUtils.GetUrlContent.

 

Parameters:

 

•Url: string

 

•ReadContent: Boolean

 

Result(AnsiString):