mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:39:26 +02:00
Docs: LazControls/treefilteredit. Updates TTreeFilterEdit topics for changes in 8836534b
.
* TTreeFilterEdit.MoveNext
* TTreeFilterEdit.MovePrev
* TTreeFilterEdit.EditKeyDown
(cherry picked from commit 28bb3ceff1
)
This commit is contained in:
parent
e01b733653
commit
22df6a183e
@ -411,8 +411,19 @@ control.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
Implements the abstract virtual method introduced in the
|
||||
TCustomControlFilterEdit ancestor.
|
||||
Implements the abstract virtual method introduced in the TCustomControlFilterEdit ancestor.
|
||||
</p>
|
||||
<p>
|
||||
MoveNext ensures that FilteredTreeview has been configured to allow
|
||||
multi-selections and use of the Shift key when selecting nodes on the control.
|
||||
</p>
|
||||
<p>
|
||||
ASelect indicates whether the next Node is selected (<b>True</b>) or unselected
|
||||
(<b>False</b>). If the tree view controls has not enabled multi-selections
|
||||
using the Shift key, its value is changed to <b>False</b>.
|
||||
</p>
|
||||
<p>
|
||||
No actions are performed in the method if the FilteredTreeview property has not been assigned.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso/>
|
||||
@ -434,6 +445,18 @@ control.
|
||||
Implements the abstract virtual method introduced in the
|
||||
TCustomControlFilterEdit ancestor.
|
||||
</p>
|
||||
<p>
|
||||
MovePrev ensures that FilteredTreeview has been configured to allow
|
||||
multi-selections and use of the Shift key when selecting nodes on the control.
|
||||
</p>
|
||||
<p>
|
||||
ASelect indicates whether the previous Node is selected (<b>True</b>) or
|
||||
unselected (<b>False</b>). If the tree view controls has not enabled
|
||||
multi-selections using the Shift key, its value is changed to <b>False</b>.
|
||||
</p>
|
||||
<p>
|
||||
No actions are performed in the method if the FilteredTreeview property has not been assigned.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -574,11 +597,13 @@ When FilteredTreeview has been assigned in the control, the following values
|
||||
in Key and Shift are handled:
|
||||
</p>
|
||||
<dl>
|
||||
<dt>Alt+Left, Alt+Right</dt>
|
||||
<dt>Alt+Left</dt>
|
||||
<dd>
|
||||
Moves the selection in the associated tree view. Extends the selected cells in
|
||||
the associated tree view when the option is enabled in the MultiSelectionStyle
|
||||
for the tree view control.
|
||||
Moves the selection in the associated tree view and collapses its child nodes.
|
||||
</dd>
|
||||
<dt>Alt+Right</dt>
|
||||
<dd>
|
||||
Moves the selection in the associated tree view and expands its child nodes.
|
||||
</dd>
|
||||
<dt>Shift+Alt+Left</dt>
|
||||
<dd>
|
||||
|
Loading…
Reference in New Issue
Block a user