Vcl.Imaging.GIFImg.TGIFExtensionList.SetExtension

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetExtension(Index: Integer; Extension: TGIFExtension);

C++

void __fastcall SetExtension(int Index, TGIFExtension* Extension);

Properties

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

Description

Adds a new extension to the extension list.

Adds the extension specified through the Extension parameter to the TGIFExtensionList, at the position given by the Index parameter.

See Also