Frequently Asked Component Specific Questions
Options |
|
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>

TWebConnectCheck the connection status:
If WebConnect.Connected
then
ShowMessage('Machine is connected to the Internet')
else
ShowMessage('Machine is not connected to the Internet');