Number of images stored in the resolution.
Source position: imglist.pp line 177
public property TCustomImageListResolution.Count : Integer |
Count is a read-only Integer property that indicates the number of images stored in the resolution. Count is used along with Width and Height to determine the storage allocated for 32-bit RGBA raw image data in the resolution.
The value in Count is updated when raw image data is loaded using the ReadData method, and when the images in the resolution are updated using the Add, Delete, or Clear methods.
Count determines the upper boundary for index positions used to access bitmaps, icons, or raw images in the resolution (Count - 1). The lower boundary is always 0 (zero).
|
Gets the bitmap for an image drawn using the specified drawing effect. |
|
|
Gets an Icon rendered using the specified drawing effect. |
|
|
Gets the 32-bit RGBA raw image data for the specified image. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |