Einzelnen Beitrag anzeigen

Nicodius

Registriert seit: 25. Apr 2003
Ort: Graz
2.234 Beiträge
 
Delphi 2006 Architect
 
#11

Re: 3 Edits, 3 Labels und 3 Listboxen

  Alt 28. Okt 2004, 14:16
oh sorry

dann halt


Delphi-Quellcode:
if TEdit(sender) <> nil
then
for i := 1 to 3 do
  TLabel(Form1.Findcomponent('Label' + IntToStr(i))).caption := TEdit(Sender).Text;
end;
Nico Müller
  Mit Zitat antworten Zitat