type TExtractThread = class(TThread)
None.
procedure CalcTime; |
procedure CreateInfos; |
procedure Execute; override; |
procedure UpdateInfos; |
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.
None.