diff --git a/components/lazcontrols/docs/listfilteredit.xml b/components/lazcontrols/docs/listfilteredit.xml index d42269291f..c223fb04b2 100644 --- a/components/lazcontrols/docs/listfilteredit.xml +++ b/components/lazcontrols/docs/listfilteredit.xml @@ -63,6 +63,10 @@ Stores / restores the selections in the associated control. + + Stores a flag that indicates a single selection is used for the control. + + The original value supplied in the Data property. @@ -276,6 +280,22 @@ + + Indicates whether a single selection has been made using the FilteredListbox for the control. + +

+ The value is updated in StoreSelection. It is set to True when SelectionList contains a single entry. The property value is updated before the the items in SelectionList are checked. +

+

+ Used in RestoreSelection to prevent unneeded updates to check boxes in SelectionList . +

+

+ Used in the ApplyFilterCore method when checked values in the SelectionList are located and displayed in FilteredListbox. +

+
+ +
+ List of selected items. They are restored after filtering.