PDA

View Full Version : Finished Label caption don't appear


gatosky1620
05-10-2016, 15:53
Why the Finished Label caption don't appear, only appear the "*" symbol

FinishedLabel:= TLabel.Create(WizardForm);
FinishedLabel.AutoSize:= False;
with WizardForm.FinishedLabel do
FinishedLabel.Top := {#FL2Top};
FinishedLabel.Left := {#FL2Left};
FinishedLabel.Width := {#FL2Width};
FinishedLabel.Height := {#FL2Height};
FinishedLabel.AutoSize := False;
FinishedLabel.WordWrap := True;
FinishedLabel.Font.Name := 'tahoma';
FinishedLabel.Font.Color:= {#FL2Color};
FinishedLabel.ShowAccelChar := False;
FinishedLabel.Caption := WizardForm.FinishedLabel.Caption;
FinishedLabel.Transparent := {#FL2Transparent};
FinishedLabel.Parent := WizardForm.FinishedPage;

WizardForm.WelcomeLabel1.Hide;
WizardForm.WelcomeLabel2.Hide;
WizardForm.FinishedLabel.Hide;
WizardForm.FinishedHeadingLabel.Hide;

http://i.imgbox.com/9sJ6TZk3.png

Razor12911
05-10-2016, 21:34
the thanks button does exist you know.