uses Winapi.ShellAPI; ... procedure OpenURL(url:string); begin ShellExecute(Handle, 'open', pChar(url), nil, nil, SW_NORMAL); end;