Docs: LCL/editbtn. Updates topics for changes in 3692c658 and 764415b6.

* TCustomControlFilterEdit.EditKeyDown
This commit is contained in:
dsiders 2023-11-21 00:11:12 +00:00
parent 9b379f285b
commit f8d06c652d

View File

@ -1421,13 +1421,21 @@ instance.
</element> </element>
<element name="TCustomControlFilterEdit.EditKeyDown"> <element name="TCustomControlFilterEdit.EditKeyDown">
<short>Handles a KeyDown event for the Edit control.</short> <short>
Handles a KeyDown event for the Edit control.
</short>
<descr> <descr>
<p> <p>
EditKeyDown is an overridden method in TCustomControlFilterEdit. It <var>EditKeyDown</var> is an overridden method in
implements the OnKeyDown event handler for the Edit in the grouped edit <var>TCustomControlFilterEdit</var>. It implements the OnKeyDown event handler
control. It extends the inherited method to handle additional key down for the Edit in the grouped edit control. It calls the inherited EditKeyDown
events, including: method on entry to signal an assigned OnEditKeyDown handler using the values in
Key and Shift. No additional actions are performed if Key is set to 0 in the
inherited method.
</p>
<p>
EditKeyDown extends the inherited method to handle additional key down events,
including:
</p> </p>
<ul> <ul>
<li>Return</li> <li>Return</li>
@ -1445,12 +1453,19 @@ descendent classes to call methods in the associated control for the filter
edit control. edit control.
</p> </p>
<p> <p>
If the value in Key is handled in the method, Key is set to VK_UNKNOWN (0). If the value in Key is handled in the method, Key is set to VK_UNKNOWN (0).
Otherwise, the inherited method is called to handle the Key and Shift
modifier.
</p> </p>
</descr> </descr>
<seealso></seealso> <seealso>
<link id="TCustomControlFilterEdit.ReturnKeyHandled"/>
<link id="TCustomControlFilterEdit.MovePrev"/>
<link id="TCustomControlFilterEdit.MoveNext"/>
<link id="TCustomControlFilterEdit.MovePageUp"/>
<link id="TCustomControlFilterEdit.MovePageDown"/>
<link id="TCustomControlFilterEdit.MoveHome"/>
<link id="TCustomControlFilterEdit.MoveEnd"/>
<link id="#lcl.groupededit.TCustomAbstractGroupedEdit.EditKeyDown">TCustomAbstractGroupedEdit.EditKeyDown</link>
</seealso>
</element> </element>
<element name="TCustomControlFilterEdit.EditKeyDown.Key"> <element name="TCustomControlFilterEdit.EditKeyDown.Key">
<short> <short>