numberOfElements

Typeproperty
Dictionarywidget.polylist
LibraryPolyList
Syntax
set the numberOfElements of widget to 20
get the numberOfElements of widget
Associationscom.livecode.widget.polylist
Summary

Reports the total number of elements in a PolyList.

Example
get the numberOfElements of widget "PolyList"
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.