Unit 'ListViewFilterEdit' Package
[Overview][Types][Classes][Index] [#lazcontrols]

TListViewFilterEdit.SelectionList

Identifies the selected items in the associated TListView control.

Declaration

Source position: listviewfilteredit.pas line 75

public property TListViewFilterEdit.SelectionList : TStringList
  read fSelectionList;

Description

SelectionList is a read-only TStringList property which contains the list items which are marked as selected in FilteredListview. It contains the caption for the TListItem entries in FilteredListview which have their Selected property set to True.

Caption values are stored in the property when StoreSelection is called when the Filter value is applied to the associated list view control. SelectionList is cleared and reloaded each time StoreSelection is called.

RestoreSelection is used to re-apply the selected state for list items in FilteredListview when the Filter is cleared for the control.

See also

TListViewFilterEdit.FilteredListview

  

The associated list view for the filtered edit control.

TCustomControlFilterEdit.Filter

TCustomListView.Items

TCustomListView.SelCount

TListItems

TListItem.Caption

TListItem.Selected