From 8162f2cd02e5fa83d5fc8d799b854aecda185dbc Mon Sep 17 00:00:00 2001 From: dsiders Date: Thu, 5 Jan 2023 19:24:07 +0000 Subject: [PATCH] Docs: LazControls/listviewfilteredit. Updates topics for changes in 4c822bb36e. --- .../lazcontrols/docs/listviewfilteredit.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/components/lazcontrols/docs/listviewfilteredit.xml b/components/lazcontrols/docs/listviewfilteredit.xml index 6e1e7c963c..1a1ddbf63f 100644 --- a/components/lazcontrols/docs/listviewfilteredit.xml +++ b/components/lazcontrols/docs/listviewfilteredit.xml @@ -194,6 +194,9 @@ New value for the ByAllFields property. Sets the value for the FilteredListview property. + + + New value for the FilteredListview property. @@ -570,7 +573,9 @@ FilteredListview when the Filter is cleared for the control. -The associated list view for the filtered edit control. + +The associated list view for the filtered edit control. +

FilteredListview is a TCustomListView property with the @@ -584,13 +589,14 @@ not been assigned (contains Nil), or FilteredListView does not contain any list items in its Items property.

-Changing the value in the property causes the value in Text to be assigned to -the Filter property for the control. This causes the original list item data -in FilteredListView to be stored to the Items property in the control. +Changing the value in the property causes the Filter text to be re-applied to +the control by calling the ActivateFilter method. Values in the Items property +are updated to reflect the list Items in FilteredListView after the Filter has +been applied.

-Use ByAllFields to control whether SubItems in list item data are included in -the filtered values for the control. +Use the ByAllFields property to control whether SubItems in the list item data +are included in the filtered values for the control.