Vcl.Imaging.GIFImg.TGIFList.Image

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Image: TGIFImage read GetImage;

C++

__property TGIFImage* Image = {read=GetImage};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFList

Description

Specifies the currently active GIF image in the TGIFList object.

Image is a read-only property that specifies the currently active GIF image in the TGIFList object.

The Image is also used by the Warning method to trigger warning events related to the handling of GIF images.

See Also