From b194126ecaea448af045c604e3677fecb04a0929 Mon Sep 17 00:00:00 2001 From: dsiders Date: Wed, 13 Dec 2023 20:26:38 +0000 Subject: [PATCH] Docs: LCL/controls. Updates TDragImageListResolution.ShowDragImage topic for changes in 85aa06c1. Issue #40640. --- docs/xml/lcl/controls.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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