numberOfElements | |
Type | property |
Dictionary | widget.polylist |
Library | PolyList |
Syntax |
|
Associations | com.livecode.widget.polylist |
Summary | Reports the total number of elements in a PolyList. |
Example |
|
Description | Use the numberOfElements property to get a count of all elements of a PolyList's data. when the numberOfElements is set if the new value is bigger than the current number of items the difference is added as empty items. |