Vcl.ImgList.TCustomImageList.UnRegisterChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnRegisterChanges(Value: TChangeLink);

C++

void __fastcall UnRegisterChanges(TChangeLink* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

Removes an object from the list of objects to be notified when the image list changes.

Use the UnRegisterChanges method to unregister a TChangeLink object. The object will no longer receive notification when the image list changes.

See Also