Docs: LCL/buttons. Removes TCustomSpeedButton.DoMouseUp topic. Depends on 72fda31b.

This commit is contained in:
dsiders 2022-06-03 15:45:22 +01:00
parent 72fda31b81
commit e3bed2688d

View File

@ -2419,36 +2419,6 @@
<short>Not used in the current implementation.</short>
</element>
<element name="TCustomSpeedButton.DoMouseUp">
<short>
Performs actions needed when a Mouse Up message is received for the control.
</short>
<descr>
<p>
<var>DoMouseUp</var> is an overridden method in <var>TCustomSpeedButton</var>. It re-implements the method from TControl and does not call the inherited method. DoMouseUp checks the flag values in ControlStyle. When csNoStdEvents is not included in the values, it calls the MouseUp method using Button and Message as arguments.
</p>
<p>
DoMouseUp is called when a LM_LBUTTONUP message is handled for the control.
</p>
</descr>
<seealso>
<link id="TCustomSpeedButton.MouseUp"/>
<link id="#lcl.controls.TControl.MouseUp">TControl.MouseUp</link>
<link id="#lcl.controls.TControl.OnMouseUp">TControl.OnMouseUp</link>
<link id="#lcl.controls.TControl.DoMouseUp">TControl.DoMouseUp</link>
</seealso>
</element>
<element name="TCustomSpeedButton.DoMouseUp.Message">
<short>
Mouse message examined in the method.
</short>
</element>
<element name="TCustomSpeedButton.DoMouseUp.Button">
<short>
Mouse button for the message.
</short>
</element>
<element name="TCustomSpeedButton.MeasureDraw">
<short>
Calculates the Width, Height, and layout for the speed button and optionally renders the control.