addSingleItem | |
Type | property |
Dictionary | widget.polylist |
Library | PolyList |
Syntax |
|
Associations | com.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. |