[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Use a TChangelink to get notified of imagelist changes.
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 |
|
Use a TChangelink to get notified of imagelist changes. |
|
| | ||
TObject |
|
Registers an TChangeLink object to get notified of a change of the imagelist. |
lazarus-ccr.sourceforge.net |