From 5db70a399c9313e193b2aaab5afe3fa6cdee06fd Mon Sep 17 00:00:00 2001 From: dsiders Date: Tue, 25 Jan 2022 20:11:21 +0000 Subject: [PATCH] Docs: LazControls/listfilteredit. Adds, updates topics for changes in c0aab039. --- .../lazcontrols/docs/listfilteredit.xml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) 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.