Hi bin mir sicher dass so was ändliches schon gefragt wurde aber ich find trozdem nichts also
meine Frage:
for i := 1 to 20 do
begin
tbutton[i].caption := '';
end;
So das problem wie kann ich klarmachen dass ich button1.caption , button2.caption ... ''
zuweisen will dass funktioniert nämlich nicht, wen wunderts
?
First, solve the problem. Then, write the code.