LongListBox.getItems

Syntax

getItems(toArray: Boolean);

Parameters

toArray. Indicates whether elements are returned as an array. If the value is True, elements will be returned as an array, otherwise as an object.

Description

The getItems method returns loaded elements of grouped list.

Comments

Array elements - objects of the PP.Ui.LongListItem class.

Example

The example of method use is given in description of the LongListBox.isAllLoaded method.

See also:

LongListBox