Docs: LCL/controls. Updates TDragImageListResolution.ShowDragImage topic for changes in 85aa06c1. Issue #40640.

(cherry picked from commit b194126eca)
This commit is contained in:
dsiders 2023-12-13 20:26:38 +00:00
parent 62b159709a
commit a81f305f51

View File

@ -2810,19 +2810,28 @@ HideDragImage is called from the HideDragImage method in TDragImageList.
</element> </element>
<element name="TDragImageListResolution.ShowDragImage"> <element name="TDragImageListResolution.ShowDragImage">
<short>Notifies the widgetset class to display the drag image.</short> <short>
Notifies the widgetset class to display the drag image for the resolution.
</short>
<descr> <descr>
<p> <p>
Displays the drag image from the image resolution. No actions are performed Calls the ShowDragImage method in the widgetset class to display the drag image
in the method if Dragging is set to <b>False</b>. for the image resolution if its Dragging property is set to <b>True</b>. The
previous position for the drag image, stored in an internal member, is used to
send the image position to the widgetset class.
</p> </p>
<p> <p>
ShowDragImage is called from the ShowDragImage method in TDragImageList. No actions are performed in the method if Dragging is set to <b>False</b>.
</p>
<p>
ShowDragImage is called from the ShowDragImage method in TDragImageList, and
occurs after the active image resolution in the image list has been determined.
</p> </p>
</descr> </descr>
<seealso> <seealso>
<link id="TDragImageListResolution.Dragging"/> <link id="TDragImageListResolution.Dragging"/>
<link id="TDragImageList.ShowDragImage"/> <link id="TDragImageList.ShowDragImage"/>
<link id="#lcl.imglist.TCustomImageList.Resolutions">TCustomImageList.Resolutions</link>
</seealso> </seealso>
</element> </element>