LCL docs: bugfix for preceding commit

git-svn-id: trunk@32232 -
This commit is contained in:
dodi 2011-09-08 13:50:49 +00:00
parent 7d2c10b1ca
commit b69181fb52

View File

@ -2660,7 +2660,6 @@ dmFindTarget: find child control under the mouse
<element name="TControlBorderSpacing.Create"> <element name="TControlBorderSpacing.Create">
<short/> <short/>
<descr/> <descr/>
</descr>
<errors/> <errors/>
<seealso> <seealso>
<link id="#rtl.System.TObject.Create">TObject.Create</link> <link id="#rtl.System.TObject.Create">TObject.Create</link>
@ -5622,7 +5621,6 @@ Without a DockManager both extents are required, because no (valid) alignment in
</element> </element>
<!-- procedure Visibility: protected --> <!-- procedure Visibility: protected -->
<element name="TControl.InvalidateControl"> <element name="TControl.InvalidateControl">
<short>
<short>Request a repaint of the control.</short> <short>Request a repaint of the control.</short>
<descr/> <descr/>
<errors/> <errors/>
@ -5964,7 +5962,7 @@ Without a DockManager both extents are required, because no (valid) alignment in
<!-- procedure Visibility: protected --> <!-- procedure Visibility: protected -->
<element name="TControl.ActionChange"> <element name="TControl.ActionChange">
<short> <short>
Handler for changed Action property. Handler for changed Action property.</short>
<descr>Several properties are copied from the new Action.</descr> <descr>Several properties are copied from the new Action.</descr>
<errors/> <errors/>
<seealso/> <seealso/>
@ -6589,7 +6587,6 @@ Without a DockManager both extents are required, because no (valid) alignment in
<short> <short>
Returns True if there is a parent component responsible for streaming</short> Returns True if there is a parent component responsible for streaming</short>
<descr> <descr>
<p>
<p>This function will be called during streaming to decide if a component has to be streamed by its owner or parent</p> <p>This function will be called during streaming to decide if a component has to be streamed by its owner or parent</p>
</descr> </descr>
<seealso> <seealso>
@ -6782,7 +6779,7 @@ Without a DockManager both extents are required, because no (valid) alignment in
<!-- function Visibility: public --> <!-- function Visibility: public -->
<element name="TControl.Perform"> <element name="TControl.Perform">
<short> <short>
<var>Direct call of an message handler, bypassing the message queue.</short> Direct call of an message handler, bypassing the message queue.</short>
<descr/> <descr/>
<errors/> <errors/>
<seealso/> <seealso/>
@ -7032,7 +7029,6 @@ Without a DockManager both extents are required, because no (valid) alignment in
<element name="TControl.BorderSpacing"> <element name="TControl.BorderSpacing">
<short>Determines the border spacing for this control</short> <short>Determines the border spacing for this control</short>
<descr/> <descr/>
</descr>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TControl.BoundsRect"> <element name="TControl.BoundsRect">
@ -7156,7 +7152,7 @@ Without a DockManager both extents are required, because no (valid) alignment in
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TControl.IsControl"> <element name="TControl.IsControl">
<short>Determines whether this object shall be streamed as a control.</short> <short>Determines whether this object shall be streamed as a control.</short>
<descr>Delphi compatible property, affecting only the streaming of <var>Form<var> properties. [Has no effect in the LCL?]</descr> <descr>Delphi compatible property, affecting only the streaming of <var>Form</var> properties. [Has no effect in the LCL?]</descr>
</element> </element>
<!-- property Visibility: public --> <!-- property Visibility: public -->
<element name="TControl.MouseEntered"> <element name="TControl.MouseEntered">