Vcl.Imaging.GIFImg.TGIFFrame.GetHasBitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetHasBitmap: boolean;

C++

bool __fastcall GetHasBitmap();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Beschreibung

Gibt True zurück, wenn ein Bitmap-Bild mit dem GIF-Frame verbunden ist.

GetHasBitmap gibt True zurück, wenn den GIF-Frame ein Bitmap-Bild enthält; ansonsten wird False zurückgegeben.

Siehe auch