[Overview][Types][Classes][Procedures and functions][Index] |
Gets the handle from the widgetset Reference for the image list.
Source position: imglist.pp line 145
protected function TCustomImageListResolution.GetReferenceHandle: TLCLHandle; override; |
Handle for the widgetset Reference class used for the image list.
GetReferenceHandle is an overridden method used to get the handle for the TWSCustomImageListReference class for the widgetset. Some platforms / widgetsets require a handle when manipulating an image list. GetReferenceHandle uses the Handle property from the widgetset reference as the return value.
Modified in LCL version 4.0 to use the TLCLHandle type instead of the deprecated THandle type in the return value for the method.
|
Reference to the widgetset image list using this resolution. |
|
|
The type used for handles in LCL applications, components, controls, and widget set classes. |
|
|
Version 4.0 | Generated 2025-05-03 | Home |