Vcl.ComCtrls.TAnimate.Stop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Stop;

C++

void __fastcall Stop(void);

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.

See Also