Thema: Delphi Arrays verwalten

Einzelnen Beitrag anzeigen

mashutu

Registriert seit: 15. Nov 2007
195 Beiträge
 
#4

Re: Arrays verwalten

  Alt 7. Jan 2008, 12: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
  Mit Zitat antworten Zitat