Vcl.Imaging.GIFImg.TGIFList.GetImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetImage: TGIFImage; virtual; abstract;

C++

virtual TGIFImage* __fastcall GetImage() = 0 ;

Properties

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

Description

Returns the value of the Image property.

GetImage is an internal method that returns the value of the Image property.

See Also