Contains the handle for the default image resolution in the image list.
Source position: imglist.pp line 405
public property TCustomImageList.Handle : TLCLHandle |
Handle is a read-only TLCLHandle property property which contains the handle for the image list with the images using the default Height. ResolutionByIndex is used to get the Reference member for the first image resolution in the internal list. The property value is the handle allocated for the image list in the widgetset class instance.
To access other image resolutions, use one of the following:
Use the Reference in the target resolution to access its Handle property.
Added in LCL version 4.0.
|
Provides indexed access to an image resolution with the specified image width. |
|
|
Provides access to the image resolutions (or sizes) used in the image lists. |
|
|
Provides access to an image resolution by its ordinal position in the image list. |
|
|
Gets a scaled resolution with the specified width, display density, and scaling factor. |
|
|
Reference to the widgetset image list using this resolution. |
|
|
The type used for handles in LCL applications, components, controls, and widget set classes. |
|
|
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |