Class TW32InternetAccess
Unit
w32internetaccess
Declaration
type TW32InternetAccess = class(TInternetAccess)
Description
Internet access class using the wininet library
Set defaultInternetAccessClass to TW32InternetAccess if you want to use wininet to connect to internet You probably need an additional wininet header (should be contained somewhere in freepascal, if not you can use the Delphi unit)
Hierarchy
Overview
Methods
Description
Methods
 |
constructor create(); override; |
|
 |
destructor destroy; override; |
|
 |
function needConnection():boolean; override; |
|
 |
procedure closeOpenedConnections(); override; |
|
 |
function internalHandle: TObject; override; |
|
Generated by PasDoc 0.14.0.
|