API:Vcl.Imaging.GIFImg.TGIFApplicationExtension.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 TGIFApplicationExtension

Description

Assigns a value to the ExtensionType property.

Vcl.Imaging.GIFImg.TGIFApplicationExtension.GetExtensionType inherits from Vcl.Imaging.GIFImg.TGIFExtension.GetExtensionType. All content below this line refers to Vcl.Imaging.GIFImg.TGIFExtension.GetExtensionType.

Assigns a value to the ExtensionType property.

The GetExtensionType function is called to set the value of the ExtensionType property.

See Also