Vcl.Graphics.TBitmap.GetEmpty

Aus RAD Studio API Documentation

Delphi

function GetEmpty: Boolean; override;

C++

virtual bool __fastcall GetEmpty(void);

Eigenschaften

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

Beschreibung

Gibt an, ob das Grafikobjekt eine Grafik enthält. {{#multireplace:Vcl.Graphics.TBitmap.GetEmpty|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Vcl.Graphics.TGraphic.GetEmpty|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Vcl.Graphics.TGraphic.GetEmpty|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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