Vcl.Imaging.GIFImg.TGIFImageList.SetFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFrame(Index: Integer; AFrame: TGIFFrame);

C++

void __fastcall SetFrame(int Index, TGIFFrame* AFrame);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImageList

Description

Sets the Frames property of the TGIFImageList object.

The SetFrame method sets the Frames property of the TGIFImageList object.

See Also