API:Vcl.Imaging.GIFImg.TGIFImageList.GetImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetImage: TGIFImage; override;

C++

virtual TGIFImage* __fastcall GetImage();

Properties

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

Description

Returns the value of the Image property.

Vcl.Imaging.GIFImg.TGIFImageList.GetImage inherits from Vcl.Imaging.GIFImg.TGIFList.GetImage. All content below this line refers to Vcl.Imaging.GIFImg.TGIFList.GetImage.

Returns the value of the Image property.

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

See Also