|
URLToHostName function
Internet utilities |
|
| acInet
|
| function URLToHostName(URL: String): String;
|
| Retrieves the host name from specified URL.
|
| Result := URLToHostName('http://www.appcontrols.com/appcontrols/overview.html');
|
| // Result = 'www.appcontrols.com';
|
| URLToFileName and ParseURL functions.
|