[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGNetworkMonitor

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgio2.pas line 5247

type TGNetworkMonitor = object

  network_changed: ;

  

  function get_default;

  

  function can_reach();

  

  procedure can_reach_async();

  

  function can_reach_finish();

  

  function get_connectivity;

  

  function get_network_available;

  

  function get_network_metered;

  

  property connectivity: TGNetworkConnectivity; [r]

  

  property network_available: gboolean; [r]

  

  property network_metered: gboolean; [r]

  

end;

Inheritance

TGNetworkMonitor