Vcl.ComCtrls.TAnimate.Stop
Delphi
procedure Stop;
C++
void __fastcall Stop();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TAnimate |
Description
Interrupts the animation control when it is playing.
Call Stop to halt the sequence of images in an active animation control. Stop does the same thing as setting the Active property to false.