Vcl.Imaging.GIFImg.TGIFFrame.GetHasBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHasBitmap: boolean;

C++

bool __fastcall GetHasBitmap();

Properties

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

Description

Returns True if there is a bitmap image attached to the GIF frame.

GetHasBitmap returns True if the GIF frame contains a bitmap image, and False otherwise.

See Also