Downto

From Lazarus wiki
Revision as of 21:49, 26 October 2010 by Rfc1394 (talk | contribs) (New page: Keyword used to indicate the final value of the control value in a For loop, and that the loop is to decrement the control variable by 1 on each loop. The value specified by downt...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Keyword used to indicate the final value of the control value in a For loop, and that the loop is to decrement the control variable by 1 on each loop. The value specified by downto should be less than the initial value of the For statement.