Vcl.Imaging.GIFImg.TCustomGIFRenderer.SetFrameIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFrameIndex(Value: integer); virtual;

C++

virtual void __fastcall SetFrameIndex(int Value);

Properties

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

Description

Sets the value of the FrameIndex property.

Call SetFrameIndex to set the FrameIndex property to the value specified through the Value argument.

See Also