Vcl.ComCtrls.TAnimate.Reset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Reset;

C++

void __fastcall Reset();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TAnimate

Description

Clears the values of StartFrame and StopFrame, and displays the first frame in the animation.

Call Reset to restore the animation control to a default state. Reset closes and reopens the animation control, generating OnClose and OnOpen events. The animation control is left open but not active.

See Also