Registriert seit: 15. Nov 2007
195 Beiträge
|
Re: Arrays verwalten
7. Jan 2008, 13:12
Meintest Du so etwas?
Delphi-Quellcode:
var
c:tControl;
i:integer;
begin
for i:= to controlcount-1 do
begin
c:=controls[i];
//machwas mit c
end;
end;
utu
if it was hard to write it should be hard to read
|