Vcl.Imaging.GIFImg.TGIFFrame.HasBitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property HasBitmap: boolean read GetHasBitmap write SetHasBitmap;

C++

__property bool HasBitmap = {read=GetHasBitmap, write=SetHasBitmap, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Beschreibung

Legt fest, ob der Frame ein Bitmap-Bild enthält.

Die HasBitmap-Eigenschaft legt fest, ob der Frame ein Bitmap-Bild enthält.

Siehe auch