[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ImgList' (#lcl)

TDestroyResolutionHandleEvent

Specifies an event handler signalled when images are removed from TImageList.

Declaration

Source position: imglist.pp line 69

type TDestroyResolutionHandleEvent = procedure(

  Sender: TCustomImageList;

  AWidth: Integer;

  AReferenceHandle: TLCLHandle

) of object;

Arguments

Sender

  

Image list generating the event notification.

AWidth

  

Width of the image being removed.

AReferenceHandle

  

Handle for the image list updated in the method.

Description

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.

See also

TChangeLink.OnDestroyResolutionHandle

  

Event handler signalled when the handle for an image resolution is freed.


Version 3.2 Generated 2024-02-25 Home