Matthieu Giroux via lazarus <lazarus@lists.lazarus-ide.org> schrieb am So.,
28. Juli 2024, 16:50:

>
>
> Matthieu Giroux 13 Rue Fr Tanguy PRIGENT A.15 - 35000 Rennes
> Tél : 09 61 37 01 82 - 06 44 733 008
> http://www.liberlog.fr
>
>
> For i := 0 to list.Count - 1 do
> begin;
>   commands
> end;
>
> with list do
> for i:=0 to count-1 do
> Begin
>   LText := Strings [i];
>

This doesn't change anything regarding efficency except if "list" happens
to be some complex expression.

Regards,
Sven

>
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to