Number of image resolutions available in the image list.
Source position: imglist.pp line 419
public property TCustomImageList.ResolutionCount : Integer |
ResolutionCount is a read-only Integer property that provides access to the number of image Resolutions available in the image list. ResolutionCount returns the length of the internal TCustomImageListResolutions container used in the class instance.
Use the Resolutions or ResolutionsDesc methods to access an enumerator with the TCustomImageListResolution instances for the image list. Use the Resolution property to access a TCustomImageListResolution using a specified image width. Use the ResolutionsByIndex property to access an image resolution by its ordinal position in the image list.
|
Provides multiple image resolutions in TCustomImageList. |
|
|
Implements an image resolution (or size) used in TCustomImageList. |
|
|
Provides access to the image resolutions (or sizes) used in the image lists. |
|
|
Provides access to the descending enumerator for image resolutions in the list. |
|
|
Provides indexed access to an image resolution with the specified image width. |
|
|
Provides access to an image resolution by its ordinal position in the image list. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |