mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 05:40:45 +01:00
This commit is contained in:
parent
8fc5108e04
commit
4f0441eebb
@ -683,6 +683,7 @@ from TCustomCheckListBox, the internal map used for checked items is created.
|
||||
<link id="TListFilterEdit.Items"/>
|
||||
<link id="TListFilterEdit.SelectionList"/>
|
||||
<link id="#lcl.editbtn.TCustomControlFilterEdit.Filter">TCustomControlFilterEdit.Filter</link>
|
||||
<link id="#lcl.editbtn.TCustomControlFilterEdit.InternalSetFilter">TCustomControlFilterEdit.InternalSetFilter</link>
|
||||
<link id="#lcl.editbtn.TCustomControlFilterEdit.Text">TCustomControlFilterEdit.Text</link>
|
||||
<link id="#lcl.stdctrls.TCustomListBox">TCustomListBox</link>
|
||||
<link id="#lcl.stdctrls.TListBox">TListBox</link>
|
||||
|
||||
@ -587,10 +587,10 @@ not been assigned (contains Nil), or FilteredListView does not contain any
|
||||
list items in its Items property.
|
||||
</p>
|
||||
<p>
|
||||
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.
|
||||
Changing the value in the property causes the filter Text to be re-applied to
|
||||
the control by calling the InternalSetFilter method. Values in the Items
|
||||
property are updated to reflect the list Items in FilteredListView after the
|
||||
filter has been applied.
|
||||
</p>
|
||||
<p>
|
||||
Use the ByAllFields property to control whether SubItems in the list item data
|
||||
@ -602,6 +602,7 @@ are included in the filtered values for the control.
|
||||
<link id="TListViewFilterEdit.Items"/>
|
||||
<link id="TListViewFilterEdit.ApplyFilterCore"/>
|
||||
<link id="#lcl.editbtn.TCustomControlFilterEdit.Filter">TCustomControlFilterEdit.Filter</link>
|
||||
<link id="#lcl.editbtn.TCustomControlFilterEdit.InternalSetFilter">TCustomControlFilterEdit.InternalSetFilter</link>
|
||||
<link id="#lcl.editbtn.TCustomControlFilterEdit.Text">TCustomControlFilterEdit.Text</link>
|
||||
<link id="#lcl.comctrls.TCustomListView">TCustomListView</link>
|
||||
</seealso>
|
||||
|
||||
@ -747,7 +747,12 @@ The associated TTreeView with the filtered tree nodes for the control.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>FilteredTreeview</var> is a <var>TCustomTreeview</var> property with the associated tree view for the filter control. FilteredTreeview is used to display the tree nodes which match the Filter for the control. Assigning a new value to the property causes the ActivateFilter method to be called to update the Button for the control and apply the Filter to the tree nodes using the OnFilterNodes event handler.
|
||||
<var>FilteredTreeview</var> is a <var>TCustomTreeview</var> property with the
|
||||
associated tree view for the filter control. FilteredTreeview is used to
|
||||
display the tree nodes which match the Filter for the control. Assigning a new
|
||||
value to the property causes the InternalSetFilter method to be called to
|
||||
update the Button for the control and apply the Filter to the tree nodes using
|
||||
the value in Text and the OnFilterNodes event handler.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user