[Overview][Types][Classes][Index] Reference for unit 'ImgList' (#lcl)

TChangeLink

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Use a TChangelink to get notified of imagelist changes.

Declaration

Source position: imglist.pp line 68

type TChangeLink = class(TObject) end;

public

  destructor Destroy; override;

  procedure Change; virtual;

  

Change - software emulation of the OnChange event

  property OnChange: TNotifyEvent; [rw]

  

OnChange - event handler for a change in the Imagelist

  property Sender: TCustomImageList; [rw]

  

Sender - the imagelist that has notified us of a change

Inheritance

TChangeLink

  

Use a TChangelink to get notified of imagelist changes.

|

TObject

See also

TCustomImageList.RegisterChanges

  

Registers an TChangeLink object to get notified of a change of the imagelist.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.