| ImageEn, unit ieanimation |
|
TIEAnimation.DoReleaseImage
Declaration
procedure DoReleaseImage(imageIndex: integer; var image: TIEBitmap);
Description
Calls the
TIEAnimationReleaseImageEvent event, if assigned on creation.
| Parameter | Description |
| imageIndex | Index of the image to release |
| image | The bitmap to release |