Also im "normalen" Delphi gehts so:
Delphi-Quellcode:
var myelement: TYPE;
begin
for myelement in Elements do
// ...
end;
(Wobei der Typenname "TYPE" mehr als ungünstig gewählt ist und verhindern könnte dass der Code compiliert!)
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."