Vcl.ComCtrls.TAnimate.Seek
Delphi
procedure Seek(Frame: Smallint);
C++
void __fastcall Seek(short Frame);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TAnimate |
Description
Displays a specified frame in the sequence.
Call Seek to move to a particular frame in the animation. The Frame parameter specifies which frame, where 1 is the first frame in the sequence, 2 is the second frame, and so on. Frame must be a value less than or equal to FrameCount.
If the animation control is not open when Seek is called, Seek sets Open to true.