Vcl.Imaging.GIFImg.TGIFExtensionList.GetExtension

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExtension(Index: Integer): TGIFExtension;

C++

TGIFExtension* __fastcall GetExtension(int Index);

Properties

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

Description

Returns an extension from the list.

Returns the extension found in the TGIFExtensionList instance at the position specified by the Index parameter.

See Also