Vcl.Imaging.GIFImg.TCustomGIFRenderer.InternalSetFrameIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalSetFrameIndex(Value: integer); virtual;

C++

virtual void __fastcall InternalSetFrameIndex(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 Frame and FrameIndex properties.

InternalSetFrameIndex is an internal method that sets the FrameIndex property to the value specified through the Value argument.

If the value of the Value index is different from -1, InternalSetFrameIndex also sets the Frame property to the frame corresponding to the given index.

See Also