[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TChangeLink - class to notify when an Imagelist changes
Source position: imglist.pp line 69
type TChangeLink = class(TObject) |
||
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 |
end; |
|
TChangeLink - class to notify when an Imagelist changes |
|
| | ||
lazarus-ccr.sourceforge.net |