API:Vcl.AxCtrls.TOleGraphic.GetEmpty
Delphi
function GetEmpty: Boolean; override;
C++
virtual bool __fastcall GetEmpty();
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | protected | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | TOleGraphic |
Beschreibung
Gibt an, ob das Grafikobjekt eine Grafik enthält.
Vcl.AxCtrls.TOleGraphic.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.