ListBox.Rows
From Xojo Documentation
Method
![]() |
This method is only available on platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
Allows you to iterate through all the rows in a ListBox.
Examples
In this example, the Tag of each row is examined and if it's found to be "Taxable", the ComputeTaxes method is called and passed the value of the row.