TdxCustomListView.SelectedItems Property
Provides indexed access to selected items.
Declaration
property SelectedItems[Index: Integer]: TdxListItem read;
Property Value
Type | Description |
---|---|
TdxListItem | A list item. |
Remarks
Note
The control’s SelectedItemCount property allows you to obtain the selected item count.
See Also