DwinsHs_InitializeWizard procedure

Creates and initializes the pre-defined downloading wizard page.

Please call the procedure in the InitializeWizard event function if you want to use the pre-defined downloading wizard page. If the event function isn't defined, please create it.

Declaration:

procedure DwinsHs_InitializeWizard(AfterID: Integer);

Parameters:

Example:

procedure InitializeWizard();
begin
  ...
  DwinsHs_InitializeWizard(wpPreparing);
  ...
end;

Note:

The procedure is avaliable only when the DwinsHs_Use_Predefined_Downloading_WizardPage marco is defined.