Vcl.Graphics.TGraphic.Empty
Delphi
property Empty: Boolean read GetEmpty;
C++
__property bool Empty = {read=GetEmpty, nodefault};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TGraphic |
Beschreibung
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.