Building memo text for Inno Download Plugin
问题 I have reviewed the help documentation for IDP and I cannot find any functions for building the memo text of the files to download. Previously I was using DwinsHs and it has been giving me problems. But I was able to use: function DwinsHs_MemoDownloadInfo(Space, NewLine: String): String; var i: Integer; begin Result := ''; for i := 0 to GetArrayLength(DwinsHs_DownloadsList) - 1 do begin if DwinsHs_DownloadsList[i].Required then begin Result := Result + Space + ExtractFileName(DwinsHs