, 29 2015 . 09:57
+
... ...
( )...
WinInet HTTP.
[Code]FResult.hSession := InternetOpen(NameBrowser,INTERNET_OPEN_TYPE_PRECONFIG, nil, nil, 0);
FResult.hConnect := InternetConnect(FResult.hSession,cServer,INTERNET_DEFAULT_HTTP_PORT,nil,nil,
INTERNET_SERVICE_HTTP,0,0);
...
hRequest := HttpOpenRequest(FResult.hCo ...
http://www.delphikingdom.com/asp/answer.asp?IDAnswer=83090