Clears images indexes assigned as overlay images in the image list.
Source position: imglist.pp line 318
protected procedure TCustomImageList.ClearOverlays; |
ClearOverlays is a procedure used to reset the image indexes assigned to Overlays 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.
|
Provides access to images used as overlays in the image list. |
|
|
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 4.99-3f07e99eb1 (2025-06-30) | Home |