Removes all images store in the image list.
Source position: imglist.pp line 356
public procedure TCustomImageList.Clear; |
Clear is a procedure used to remove all images stored in the image list.
Clear ensures that the content for all of the image resolutions is removed from the list, and calls ClearOverlays to reset any index positions used in the Overlays property. Clear sets the internal Changed flag for the class instance to True, and calls the Change method to perform change notifications.
|
Provides access to the image resolutions (or sizes) used in the image lists. |
|
|
Clears images indexes assigned as overlay images in the image list. |
|
|
Assigns the specified image to the given overlay position for the image list. |
|
|
Sends change notifications when the image list is updated. |
|
|
Event handler signalled when one or more of the images in the image list has been changed. |
|
|
Provides multiple image resolutions in TCustomImageList. |
Lazarus Component Library (LCL) | Version 4.99-db69628f2e (2025-05-17) | Home |