Vcl.Imaging.GIFImg.TGIFItem.Image

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Image: TGIFImage read FImage;

C++

__property TGIFImage* Image = {read=FImage};

Properties

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

Description

Specifies the GIF image stored in the TGIFItem object.

Image is a read-only property that specifies the GIF image stored in the TGIFItem object.

See Also