mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:29:28 +02:00
Docs: LazControls/listviewfilteredit. Updates topics for changes in 4c822bb36e
.
This commit is contained in:
parent
7b102240df
commit
8162f2cd02
@ -194,6 +194,9 @@ New value for the ByAllFields property.
|
|||||||
|
|
||||||
<element name="TListViewFilterEdit.SetFilteredListview">
|
<element name="TListViewFilterEdit.SetFilteredListview">
|
||||||
<short>Sets the value for the FilteredListview property.</short>
|
<short>Sets the value for the FilteredListview property.</short>
|
||||||
|
<seealso>
|
||||||
|
<link id="TListViewFilterEdit.FilteredListview"/>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TListViewFilterEdit.SetFilteredListview.AValue">
|
<element name="TListViewFilterEdit.SetFilteredListview.AValue">
|
||||||
<short>New value for the FilteredListview property.</short>
|
<short>New value for the FilteredListview property.</short>
|
||||||
@ -570,7 +573,9 @@ FilteredListview when the Filter is cleared for the control.
|
|||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TListViewFilterEdit.FilteredListview">
|
<element name="TListViewFilterEdit.FilteredListview">
|
||||||
<short>The associated list view for the filtered edit control.</short>
|
<short>
|
||||||
|
The associated list view for the filtered edit control.
|
||||||
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<var>FilteredListview</var> is a <var>TCustomListView</var> property with the
|
<var>FilteredListview</var> is a <var>TCustomListView</var> property with the
|
||||||
@ -584,13 +589,14 @@ not been assigned (contains Nil), or FilteredListView does not contain any
|
|||||||
list items in its Items property.
|
list items in its Items property.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Changing the value in the property causes the value in Text to be assigned to
|
Changing the value in the property causes the Filter text to be re-applied to
|
||||||
the Filter property for the control. This causes the original list item data
|
the control by calling the ActivateFilter method. Values in the Items property
|
||||||
in FilteredListView to be stored to the Items property in the control.
|
are updated to reflect the list Items in FilteredListView after the Filter has
|
||||||
|
been applied.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Use ByAllFields to control whether SubItems in list item data are included in
|
Use the ByAllFields property to control whether SubItems in the list item data
|
||||||
the filtered values for the control.
|
are included in the filtered values for the control.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
|
Loading…
Reference in New Issue
Block a user