MapDown SDK - Copyright© 2009 Martin Masci

Unit mddownloader

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TMDThread  
Class TProxySettings  
Class TCoordinates  
Class TMapDownloader  

Functions and Procedures

procedure Register;

Types

TOnAbortDownloadEvent = procedure(Sender: TObject) of object;
TOnFinishDownloadEvent = procedure(Sender: TObject) of object;
TOnProgressDownloadEvent = procedure(Sender: TObject; Downloaded, Total: Integer; Status: string) of object;
TOnStartDownloadEvent = procedure(Sender: TObject) of object;

Constants

MDDownloaderVersion = '1.0';

Description

Functions and Procedures

procedure Register;
 

Types

TOnAbortDownloadEvent = procedure(Sender: TObject) of object;

Notice when download process is aborted.

TOnFinishDownloadEvent = procedure(Sender: TObject) of object;

Notice when download process is finished.

TOnProgressDownloadEvent = procedure(Sender: TObject; Downloaded, Total: Integer; Status: string) of object;

Notice progress of download process.

TOnStartDownloadEvent = procedure(Sender: TObject) of object;

Notice when download process is started.

Constants

MDDownloaderVersion = '1.0';
 

Generated by PasDoc 0.11.0 on 2009-07-25 17.20.34