Vcl.Imaging.GIFImg.TGIFImageList.Frames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Frames[Index: Integer]: TGIFFrame read GetFrame write SetFrame; default;

C++

__property TGIFFrame* Frames[int Index] = {read=GetFrame, write=SetFrame/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImageList

Description

Stores the list of frames for the TGIFImageList object.

The Frames property is an array of TGIFFrame objects that contains the frames of the GIF image.

See Also