I know that StatusMsg
can only be used in the [Run] selection.
I want to use the same in the [Code]
Selection,
Please Help me to solve this,
Thanks in advance, Regards Samuel J
I know that StatusMsg
can only be used in the [Run] selection.
I want to use the same in the [Code]
Selection,
Please Help me to solve this,
Thanks in advance, Regards Samuel J
You can change the status label contents at runtime using:
WizardForm.StatusLabel.Caption := 'Intalling WibbleTech Widget'
See the Support classes reference for the full list of controls and properties you can change.