diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index 18e2fa09be..d685e37109 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -2810,19 +2810,28 @@ HideDragImage is called from the HideDragImage method in TDragImageList. -Notifies the widgetset class to display the drag image. + +Notifies the widgetset class to display the drag image for the resolution. +

-Displays the drag image from the image resolution. No actions are performed -in the method if Dragging is set to False. +Calls the ShowDragImage method in the widgetset class to display the drag image +for the image resolution if its Dragging property is set to True. The +previous position for the drag image, stored in an internal member, is used to +send the image position to the widgetset class.

-ShowDragImage is called from the ShowDragImage method in TDragImageList. +No actions are performed in the method if Dragging is set to False. +

+

+ShowDragImage is called from the ShowDragImage method in TDragImageList, and +occurs after the active image resolution in the image list has been determined.

+TCustomImageList.Resolutions