Vcl.Imaging.GIFImg.TGIFCommentExtension.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 TGIFCommentExtension

Description

Assigns a value to the ExtensionType property.

The GetExtensionType function is called to set the value of the ExtensionType property to a value specifying that the current extension is a comment extension.

See Also