Vcl.ComCtrls.TAnimate.FrameCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameCount: Integer read FFrameCount;

C++

__property int FrameCount = {read=FFrameCount, nodefault};

Properties

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

Description

Indicates the total number of frames in the AVI clip.

Read FrameCount to determine the number of frames that can be displayed by the animation control. The animation control can play all the frames in the AVI clip, or run through a subset of those frames.

See Also