Vcl.Imaging.GIFImg.TGIFFrame.NeedImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NeedImage;

C++

void __fastcall NeedImage();

Properties

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

Description

Loads an image in the GIF frame.

The protected NeedImage method is called to load an image into the GIF frame.

See Also