Attempting to place some text on wpSelectComponents form.
I can display a button on this WizardForm and I can display a panel (by declaring surface as WizardForm and visible=False
until CurrPageId = wpSelectComponents
) but I cannot seem to display a text message.
I can display text inside of the panel (as a caption) but I cannot use chr(13)
to create a newline.
Is it possible to display text on a predefined wizard page? (two short paragraphs).