DwinsHs_RemoteAllRemoteFiles procedure

Removes all remote files from the DwinsHs_DwonloadsList download queue, and removes all of their mirror sources from the DwinsHs_MirrorsList> mirror sources list. These files will not be downloaded when the DwinsHs_CurPageChanged procedure is executed (the Setup wizard moves to the pre-defined downloading wizard page).

You should use the procedure in the BeforeDownload callback function specified by the BeforeDownload parameter of the DwinsHs_CurPageChanged procedure.

Declaration:

procedure DwinsHs_RemoveAllRemoteFiles(Delete: Boolean);

Parameter:

Note:

The function is avaliable only when both DwinsHs_Use_Predefined_Downloading_WizardPage and DwinsHs_Use_RemoveAllRemoteFiles marcos are defined.