Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TWebConnect
Check the connection status:

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