UNITS
CLASSES, INTERFACES, OBJECTS
TYPES
VARIABLES
CONSTANTS
FUNCTIONS, PROCEDURES
IDENTIFIERS

Class TExtractThread

Unit

App_Extract_Thread

Declaration

type TExtractThread = class(TThread)

Description

Thread object which takes care of the batch-(mass-)extraction of packages.

Fields

None.

Methods

Overview

procedure CalcTime;
procedure CreateInfos;
procedure Execute; override;
procedure UpdateInfos;

Description

procedure CalcTime;

Calculate the approximate remaining time. This time will be

procedure CreateInfos;

Calculate/create the information which should be passed to the extract dialog TDlg_Extract. Infos include remaining time, textures and packages.

procedure Execute; override;

the thread's main procedure; all actions take place here.

procedure UpdateInfos;

Pass the informations to the TDlg_Extract dialog.

Properties

None.


Generated by pasdoc 0.6.20 on Wed 20 Mar 2002 20:59:34