Vcl.Imaging.GIFImg.TGIFImageList.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AImage: TGIFImage);

C++

__fastcall TGIFImageList(TGIFImage* AImage);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImageList

Description

Creates an instance of the TGIFImageList class.

Call Create to create an instance of the TGIFImageList class.

The AImage argument specifies the GIF image initially stored by the TGIFImageList instance.

See Also