During the download operation using the DwinsHs_CurPageChanged procedure (in the pre-defined downloading wizard page), the procedure terminates the download operation if the "" button is clicked on.
Please call the procedure in the end of the BackButtonClick event function if you want to use the pre-defined downloading wizard page. If the event function isn't defined, please create it.
procedure DwinsHs_BackButtonClick(CurPageID: Integer);
Specifies the ID of current wizard page.
function BackButtonClick(CurPageID: Integer): Boolean;
begin
Result := True;
...
DwinsHs_BackButtonClick(CurPageID);
end;
The procedure is avaliable only when the DwinsHs_Use_Predefined_Downloading_WizardPage marco is defined.
Copyright © 2001-2022, Han-soft Corporation. All rights reserved.