Skip to main content

TdxListGroup.SelectRange(Integer,Integer) Method

Selects items between the specified items in the group.

Declaration

procedure SelectRange(AFirstIndex: Integer; ALastIndex: Integer);

Parameters

Name Type Description
AFirstIndex Integer

The first specified item’s index in the group.

ALastIndex Integer

The last specified item’s index in the group.

See Also