docs: correct CanFocus description (issue #0021708)

git-svn-id: trunk@36803 -
This commit is contained in:
paul 2012-04-16 01:03:16 +00:00
parent bc03fa5312
commit c4a8916438

View File

@ -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>