Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.GetExtensionType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExtensionType: TGIFExtensionType; override;

C++

virtual System::Byte __fastcall GetExtensionType();

Properties

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

Description

Returns a numerical value that specifies that the current extension is a graphic control extension.

GetExtensionType returns bsGraphicControlExtension, which specifies that the current extension is a graphic control extension.

See Also