Registriert seit: 13. Aug 2002
17.196 Beiträge
Delphi 10.4 Sydney
|
Re: VBS (For Each xxx in xxxx) -> Delphi
24. Nov 2006, 22:24
Blinder versuch:
Delphi-Quellcode:
for i := 0 to oClientActions.length - 1 do
begin
oClientAction := oClientActions.Items[i];
...
end;
Windows Vista - Eine neue Erfahrung in Fehlern.
|