API:Vcl.Imaging.pngimage.TPngImage.Empty

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Empty: Boolean read GetEmpty;

C++

__property bool Empty = {read=GetEmpty, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Beschreibung

Gibt an, ob das Grafikobjekt eine Grafik enthält.

Vcl.Imaging.pngimage.TPngImage.Empty erbt von Vcl.Graphics.TGraphic.Empty. Der folgende Inhalt bezieht sich auf Vcl.Graphics.TGraphic.Empty.

Gibt an, ob das Grafikobjekt eine Grafik enthält.

Mit Empty können Sie feststellen, ob das Grafikobjekt ein Bild enthält. Alle abgeleiteten Grafikobjekte definieren eine eigene Methode zum Zugriff auf die Eigenschaft Empty.