2
0

isxclasses.footer 2.4 KB

12345678910111213141516171819
  1. <p><b>See also:</b><br />
  2. <tt>function <link topic="isxfunc_CreateCustomForm">CreateCustomForm</link>(const ClientWidth, ClientHeight: Integer; const KeepSizeX, KeepSizeY: Boolean): TSetupForm;</tt><br />
  3. <tt>function <link topic="isxfunc_CreateCustomPage">CreateCustomPage</link>(const AfterID: Integer; const ACaption, ADescription: String): TWizardPage;</tt><br />
  4. <tt>function <link topic="isxfunc_CreateDownloadPage">CreateDownloadPage</link>(const ACaption, ADescription: String; const OnDownloadProgress: TOnDownloadProgress): TDownloadWizardPage;</tt><br />
  5. <tt>function <link topic="isxfunc_CreateInputDirPage">CreateInputDirPage</link>(const AfterID: Integer; const ACaption, ADescription, ASubCaption: String; AAppendDir: Boolean; ANewFolderName: String): TInputDirWizardPage;</tt><br />
  6. <tt>function <link topic="isxfunc_CreateInputFilePage">CreateInputFilePage</link>(const AfterID: Integer; const ACaption, ADescription, ASubCaption: String): TInputFileWizardPage;</tt><br />
  7. <tt>function <link topic="isxfunc_CreateInputOptionPage">CreateInputOptionPage</link>(const AfterID: Integer; const ACaption, ADescription, ASubCaption: String; Exclusive, ListBox: Boolean): TInputOptionWizardPage;</tt><br />
  8. <tt>function <link topic="isxfunc_CreateInputQueryPage">CreateInputQueryPage</link>(const AfterID: Integer; const ACaption, ADescription, ASubCaption: String): TInputQueryWizardPage;</tt><br />
  9. <tt>function <link topic="isxfunc_CreateOutputMarqueeProgressPage">CreateOutputMarqueeProgressPage</link>(const ACaption, ADescription: String): TOutputMarqueeProgressWizardPage;</tt><br />
  10. <tt>function <link topic="isxfunc_CreateOutputMsgMemoPage">CreateOutputMsgMemoPage</link>(const AfterID: Integer; const ACaption, ADescription, ASubCaption: String; const AMsg: AnsiString): TOutputMsgMemoWizardPage;</tt><br />
  11. <tt>function <link topic="isxfunc_CreateOutputMsgPage">CreateOutputMsgPage</link>(const AfterID: Integer; const ACaption, ADescription, AMsg: String): TOutputMsgWizardPage;</tt><br />
  12. <tt>function <link topic="isxfunc_CreateOutputProgressPage">CreateOutputProgressPage</link>(const ACaption, ADescription: String): TOutputProgressWizardPage;</tt><br />
  13. <br />
  14. <tt>function <link topic="isxfunc_PageFromID">PageFromID</link>(const ID: Integer): TWizardPage;</tt><br />
  15. <tt>function <link topic="isxfunc_MinimizePathName">MinimizePathName</link>(const Filename: String; const Font: TFont; MaxLen: Integer): String;</tt><br />
  16. </p>
  17. </body>
  18. </topic>
  19. </ishelp>