Vcl.Graphics.TMetafile.GetEmpty

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetEmpty: Boolean; override;

C++

virtual bool __fastcall GetEmpty();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TMetafile

Beschreibung

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

Vcl.Graphics.TMetafile.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