Captions in Inno Download Plugin

76 views
Skip to first unread message

User

unread,
Feb 5, 2019, 3:14:28 PM2/5/19
to Inno Download Plugin
How can I change the captions of the page title and description of the IDP Wizard page?

I have tried with this but I get the Type mismatch compiler error.

[Code]
procedure CurPageChanged(CurPageID: Integer);
begin
if CurPageID = IDPForm.Page then begin
WizardForm.PageNameLabel.Caption :=
ExpandConstant('{cm:R_WizardReady}');
WizardForm.PageDescriptionLabel.Caption :=
ExpandConstant('{cm:R_ReadyLabel1}');
end;
end;

Sorry for the gramatical errors, I have a low level of English.

Reply all
Reply to author
Forward
0 new messages