Inno - how to address the setup window title? -
how can address text code?
r.png
you can access caption property of wizardform, e.g.:
[code] procedure initializewizard; begin wizardform.caption := 'hi, i''m installer!'; end; how can address text code?
r.png
you can access caption property of wizardform, e.g.:
[code] procedure initializewizard; begin wizardform.caption := 'hi, i''m installer!'; end;
Comments
Post a Comment