Gets the class type used to create image resolutions in the list.
Source position: imglist.pp line 311
protected function TCustomImageList.GetResolutionClass: TCustomImageListResolutionClass; virtual; |
Class type used to create resolutions in the image list.
GetResolutionClass is a TCustomImageListResolutionClass function which gets the class type used to create image resolutions in the image list. GetResolutionClass always returns the TCustomImageListResolution type in TCustomImageList.
GetResolutionClass is used to get the class type for items added to the TCustomImageListResolutions container, and passed as an argument when the container is created in the Initialize method.
|
Implements an image resolution (or size) used in TCustomImageList. |
|
|
Provides multiple image resolutions in TCustomImageList. |
|
|
Constructor for the class instance. |
|
|
Performs the initial set up for the image list. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |