Icon ContinueAnimation Method

function ContinueAnimation(AID: Integer; AHandler:
      TInterfaceAnimationEvent): Integer

Available In: Visual Client Applications

Use this method to re-schedule an animation that was started using the BeginAnimation method or already continued using this method.

Animations require that each animation frame event handler execution be scheduled using the BeginAnimation or ContinueAnimation methods, with the BeginAnimation call required at the start of the animation, and the ContinueAnimation call required for all subsequent animation frames until the CancelAnimation method is called.

Warning This method should be called from within the animation event handler specified by the last BeginAnimation or ContinueAnimation call.

Information This method is not available at design-time. Any calls to it will cause a design-time compilation error when compiling the component library.
Image