mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 01:19:29 +02:00
docs: correct CanFocus description (issue #0021708)
git-svn-id: trunk@36803 -
This commit is contained in:
parent
bc03fa5312
commit
c4a8916438
@ -11143,9 +11143,8 @@ End;
|
|||||||
<!-- function Visibility: public -->
|
<!-- function Visibility: public -->
|
||||||
<element name="TWinControl.CanFocus">
|
<element name="TWinControl.CanFocus">
|
||||||
<short>Is this control allowed to receive the focus?</short>
|
<short>Is this control allowed to receive the focus?</short>
|
||||||
<descr>A control can get the focus only when all of its Parents
|
<descr>A control can get the focus only when all of its Parents except the form are Visible and Enabled.
|
||||||
are Visible and Enabled.
|
While CanFocus checks all control parents it does not check whether a form control is placed on can have focus.</descr>
|
||||||
</descr>
|
|
||||||
<errors/>
|
<errors/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
Reference in New Issue
Block a user