Sets the value in the internal Changed flag to True.
Source position: imglist.pp line 317
protected procedure TCustomImageList.MarkAsChanged; |
MarkAsChanged allows an application to set the value for the internal member which tracks whether the image list has been modified. When enabled, the Change method performs change notifications for subscribers and signals the OnChange event handler (when assigned) when the EndUpdate method is called.
MarkAsChanged sets the value for the internal member to True. This update normally occurs in methods like Clear, Delete, Move, ReadData, ReadAdvData, and when the value in BkColor is changed. MarkAsChanged allows descendent classes to set the flag value from any methods added to the class or from application code.
Added in LCL version 3.0.
|
Starts an update to the image list, and controls execution of the OnChange event. |
|
|
Finishes an update to the image list, and calls Change. |
|
|
Specifies the background color used for transparent parts of images. |
|
|
Sends change notifications when the image list is updated. |
|
|
Removes all images store in the image list. |
|
|
Deletes the image at the specified position from all image resolutions. |
|
|
Moves an image from the position at CurIndex to NewIndex. |
|
|
Event handler signalled when the image list is changed. |
|
|
Reads the image content for multiple resolutions from a stream. |
|
|
Reads image data for the default resolution from a stream. |
|
|
Signals the OnChange event handler. |
|
|
Event handler signalled for a change in the image list. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |