addSingleItem

Typeproperty
Dictionarywidget.polylist
LibraryPolyList
Syntax
set the addSingleItem of widget to <Array>
Associationscom.livecode.widget.polylist
Summary

A method for adding an item to the list.

Description

Use the addSingleItem property to add new item to the PolyList widget. The value this property takes is an array containing the data for 1 single item. If you get the value of addSingleItem property it will always return an empty array.