Removes all images store in the image list.
Source position: imglist.pp line 354
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 an overlay index for the specified image in the image list. |
|
|
Sends change notifications when the image list is updated. |
|
|
Event handler signalled when the image list is changed. |
|
|
Provides multiple image resolutions in TCustomImageList. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |