ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Browsing the array elements Hide the details
Marks the beginning of statement block. The ELEMENT keyword is optional.
Variable whose type is identical to the type of the array elements. For the arrays of classes, the variable must be a Dynamic Class variable. There is no need to declare this variable.Remark: This variable is a reference to the array value. A modification of this variable in FOR EACH will also modify the value in the associative array.
Key of element browsed. There is no need to declare this variable.
Integer variable containing the number of iterations. There is no need to declare this variable.
Array to browse.
Versions 20 and later Condition to indicate to filter the browse. Only the array elements corresponding to the filter will be browsed.New in version 20 Condition to indicate to filter the browse. Only the array elements corresponding to the filter will be browsed. Condition to indicate to filter the browse. Only the array elements corresponding to the filter will be browsed.
Optional indicator for the browse direction.FromBeginning (default value)Browse the array in the order of additions into the array.FromEndBrowse the array in the reverse order of additions into the array.
Browsing the values of the "Key" elements found in the array Hide the details
Value of the key for which the array elements must be browsed. For an associative array without duplicates, 0 or 1 element will be browsed. For an associative array with duplicates, 0 or N elements will be browsed.
Syntax 1: Browsing the array elements
Syntax 2: Browsing the values of the "Key" elements found in the array
Last update: 09/20/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: