[Overview][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled when images are removed from TImageList.
Source position: imglist.pp line 69
type TDestroyResolutionHandleEvent = procedure( |
Sender: TCustomImageList; |
AWidth: Integer; |
AReferenceHandle: TLCLHandle |
) of object; |
Sender |
|
Image list generating the event notification. |
AWidth |
|
Width of the image being removed. |
AReferenceHandle |
|
Handle for the image list updated in the method. |
TDestroyResolutionHandleEvent specifies an event handler signalled when images in a TImageList instance with a specific width are removed. TDestroyResolutionHandleEvent is the type used to implement the OnDestroyResolutionHandle in TChangeLink.
Modified in LCL version 4.0 to use the TLCLHandle type instead of the deprecated THandle type in the AReferenceHandle parameter.
|
Event handler signalled when the handle for an image resolution is freed. |
|
|
The type used for handles in LCL applications, components, controls, and widget set classes. |
Version 4.0 | Generated 2025-05-03 | Home |