Clears images indexes assigned as overlay images in the image list.
Source position: imglist.pp line 316
protected procedure TCustomImageList.ClearOverlays; |
ClearOverlays is a procedure used to reset the image indexes assigned in the internal array for use as an overlay images. ClearOverlays sets each TOverlay index position to the value -1 to indicate that it does not point to an overlay image in the image list.
ClearOverlays is used in the implementation of the Clear and Initialize methods.
|
Removes all images store in the image list. |
|
|
Performs the initial set up for the image list. |
|
|
Represents the valid index positions used to access overlay image assignments. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |