Anscheinend ist noch ein Fehler da:
Wenn ich nun die Anwendung starte, kommt folgendes Problem:
Ich kann das erste if then ausführen also da steht dann in einem Label:
'...'
Aber wenn ich dann das 2. mach auf das selbe Label programmiert, dann bleibt nur der alte Text da!
Bitte nochma hilfe, thx!
Delphi-Quellcode:
if Panel1.Caption = '... 30' then
Label5.Caption := '....';
if Panel1.Caption = '.... 17' then
Label5.Caption := '.....';