ListItem.getParent

Syntax

getParent();

Description

The getParent method returns the parent component of the list string.

Comments

An instance of the ListBox component is the parent component for the list row.

Example

The example of method use is given in description of the ListItem constructor.

See also:

ListItem