Vcl.Imaging.pngimage.TPNGObject.GetEmpty

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetEmpty: Boolean; {$IFDEF UseDelphi}override; {$ENDIF}

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage TPNGObject

Beschreibung

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

Vcl.Imaging.pngimage.TPNGObject.GetEmpty erbt von Vcl.Graphics.TGraphic.GetEmpty. Der folgende Inhalt bezieht sich auf Vcl.Graphics.TGraphic.GetEmpty.

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

GetEmpty gibt an, ob das TGraphic-Objekt eine Grafik enthält.

Jede von TGraphic abgeleitete Klasse sollte die Methode GetEmpty überschreiben, um anzugeben, ob ein gegebenes TGraphic-Objekt mit einem Bild verbunden ist.

Siehe auch