IListBox.Selected

Syntax

Selected(Index: Integer): Boolean;

Parameters

Index. The parameter determining element index, which selection presence should be checked.

Description

The Selected property returns whether the specified element has selection.

Comments

The property returns the following values:

See also:

IListBox