LAN Web TCP Delphi

Title: How to call the default browser with an url
Question:
Answer:
var
hURL: string;
...
hURL := 'www.borland.com';
ShellExecute(Application.Handle,'open',PChar(hURL), nil, nil, SW_NORMAL);