Advertisement
Gov_777

InternetCheckConnection

Aug 14th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.14 KB | None | 0 0
  1. //uses wininet
  2. if InternetCheckConnection('https://www.google.com', 1{FLAG_ICC_FORCE_CONNECTION}, 0) then ShowMessage('OK') else ShowMessage('NO');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement