ImageEn, unit ieanimation

TIEAnimation.SetupEvents

TIEAnimation.SetupEvents


Declaration

procedure SetupEvents(getImage: TIEAnimationGetImageEvent; releaseImage: TIEAnimationReleaseImageEvent = nil; getImageInfo: TIEAnimationGetImageInfoEvent = nil);


Description

Setup events necessary to show images.

Parameter Description
getImage The event called whenever a new image needs to be drawn. Cannot be nil
releaseImage The event called whenever an image can be released. Can be nil
getImageInfo The event called whenever only image info are needed. Can be nil