|  InternetStatus property |       | 
| acSystemInfo component. | 
| type | 
| TacInternetStatus = (iOffline, iOnline); | 
|  | 
| property InternetStatus: TacInternetStatus; // Read only! | 
| The InternetStatus procedure returns current online status of the computer. It returns iOnline when user currently connected to the Internet and iOffline otherwise. | 
| IsOnline function. |