| ImageEn, unit ieanimation |
|
TIEAnimation.DoGetImage
Declaration
procedure DoGetImage(imageIndex: integer; var image: TIEBitmap; var text: WideString);
Description
Calls the
TIEAnimationGetImageEvent event, assigned on creation.
| Parameter | Description |
| imageIndex | Index of the required image |
| image | Return value for image bitmap |
| text | Return value for image textual info (ie a filename) |