[Lazarus] Does Lazarus support a complete Unicode Component Library?

Michael Schnell mschnell at lumino.de
Wed Feb 16 14:59:10 CET 2011


On 02/16/2011 01:59 PM, Graeme Geldenhuys wrote:
>
>    while itr.HasNext do
>    begin
>      i := itr.Next
>      ... now do something with the Unicode character stored in i
>    end;
Do we already have / plan a dedicated iterator loop syntax for this

Delphi Prism would go

   for each i in itrdo
   begin
      ... now do something with the Unicode character stored in i
   end;


for this

-Michael





More information about the Lazarus mailing list