//----------------------------------------------- //---------------------------------------------- function GetProxyInformation: string; procedure GetProxyServer(protocol: string; var ProxyServer: string; proxyinfo := GetProxyInformation; protocol := protocol + '='; |
i := Pos(protocol, proxyinfo); i := Pos(':', proxyinfo); end; |