Show contents 

Working with Lists > Classes > List > List.getItem

List.getItem

Syntax

getItem (index);

Parameters

index. Item index in the collection.

Description

The getItem method gets a collection element by the specified index.

Example

The example of method use is given in description of the property TreeNode.Draggable

See also:

List