Unregisters a ChangeLink object for change notifications.
Source position: imglist.pp line 394
public procedure TCustomImageList.UnRegisterChanges( |
Value: TChangeLink |
); |
Value |
|
Reference to the changelink object to remove. |
UnRegisterChanges is a procedure used to remove the specified change link object from the internal list of subscribers for the image list.
Value contains the TChangeLink instance removed in the method when subscribers have been stored in the internal list. UnRegisterChanges causes change notifications to not be sent to the linked object by clearing the value it Sender property and removing it from the internal list.
UnRegisterChanges is used in the Destroy method, and when a TChangeLink class instance is freed.
|
Destructor for the class instance. |
|
|
Destructor for the class instance. |
Lazarus Component Library (LCL) | Version 3.99-1b97b99691 (2024-09-01) | Home |