systeminfo InternetStatus property
Return to Introduction  Previous page  Next page
Applies to
acSystemInfo component.  

Declaration
type  
  TacInternetStatus = (iOffline, iOnline);  
 
property InternetStatus: TacInternetStatus// Read only!  

Description
The InternetStatus procedure returns current online status of the computer. It returns iOnline when user currently connected to the Internet and iOffline otherwise.  

See also
IsOnline function.