mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 10:16:09 +02:00
Docs: LazControls/treefilteredit. Updates TTreeFilterEdit topics for changes in 8836534b
.
* TTreeFilterEdit.MoveNext * TTreeFilterEdit.MovePrev * TTreeFilterEdit.EditKeyDown
This commit is contained in:
parent
0b7d0c5d1d
commit
28bb3ceff1
@ -411,8 +411,19 @@ control.
|
|||||||
</short>
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
Implements the abstract virtual method introduced in the
|
Implements the abstract virtual method introduced in the TCustomControlFilterEdit ancestor.
|
||||||
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>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
@ -434,6 +445,18 @@ control.
|
|||||||
Implements the abstract virtual method introduced in the
|
Implements the abstract virtual method introduced in the
|
||||||
TCustomControlFilterEdit ancestor.
|
TCustomControlFilterEdit ancestor.
|
||||||
</p>
|
</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>
|
</descr>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
@ -574,11 +597,13 @@ When FilteredTreeview has been assigned in the control, the following values
|
|||||||
in Key and Shift are handled:
|
in Key and Shift are handled:
|
||||||
</p>
|
</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Alt+Left, Alt+Right</dt>
|
<dt>Alt+Left</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Moves the selection in the associated tree view. Extends the selected cells in
|
Moves the selection in the associated tree view and collapses its child nodes.
|
||||||
the associated tree view when the option is enabled in the MultiSelectionStyle
|
</dd>
|
||||||
for the tree view control.
|
<dt>Alt+Right</dt>
|
||||||
|
<dd>
|
||||||
|
Moves the selection in the associated tree view and expands its child nodes.
|
||||||
</dd>
|
</dd>
|
||||||
<dt>Shift+Alt+Left</dt>
|
<dt>Shift+Alt+Left</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user