Internet utilities
Return to Introduction  Previous page  Next page
Unit
acInet  

Declarations
function IsOnline: Boolean;  
function GetLocalHostNameString;  
function GetLocalIPString;  
function IPToStr(IP: Integer): String;  
function StrToIP(Host: String): Integer;  
function ParseURL(URL: Stringvar Protocol, HostName, URLPath,  
  Username, Password, ExtraInfo: Stringvar Port: Word): Boolean;  
function URLToHostName(URL: String): String;    
function URLToFileName(URL: String): String;  
function SockConnect(var SOCK: Integer; Host: String;  
  Port: Integer): Boolean;  
procedure SockDisconnect(var SOCK: Integer);  

Description
Various Internet funtions.