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 CodeDlg.iss and AllPagesExample.iss for examples.

See also:

TWizardPage