| ImageEn, unit ieanimation |
|
TIEAnimationReleaseImageEvent
Declaration
TIEAnimationReleaseImageEvent = procedure(Sender: TObject; imageIndex: integer; var image: TIEBitmap) of object;
Description
Event called when the image can be released.
| Parameter | Description |
| Sender | The caller, a subclass of TIEAnimation class |
| imageIndex | Index of the image to release |
| image | The bitmap to release |