El 16/06/16 a les 17:49, Michael Van Canneyt ha escrit:


It is a good idea for a Lazarus IDE extension.

Lazarus 1.4.4 with fpc 2.6.4 can already auto-declare an iterator variable, e.g.

var a:TJSONObject;
begin

  for i in a do
end;

ctrl+shift+c on the i inserts a

i: TJSONEnum

declaration.

Bye
--
Luca


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to