Pascal Scripting: CreateCustomPage

Inno Setup

Pascal Scripting: CreateCustomPage

Prototype:

function CreateCustomPage(const AfterID: Integer; const ACaption, ADescription: String): TWizardPage;

Description:

Creates a custom wizard page. The page is empty by default; you have to create your own controls afterward and place them on the page (by setting their Parent properties to the Surface property of the TWizardPage instance returned by this function).

Example:

See CodeClasses.iss for an example.

See also:

TWizardPage