API:Vcl.AxCtrls.TOleGraphic.GetEmpty
Delphi
function GetEmpty: Boolean; override;
C++
virtual bool __fastcall GetEmpty();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | TOleGraphic |
Description
Indicates whether graphics object contains graphic.
Vcl.AxCtrls.TOleGraphic.GetEmpty inherits from Vcl.Graphics.TGraphic.GetEmpty. All content below this line refers to Vcl.Graphics.TGraphic.GetEmpty.
Indicates whether graphics object contains graphic.
GetEmpty indicates whether the TGraphic object contains a graphic.
Each descendant of the TGraphic class should override the GetEmpty method to indicate whether a given TGraphic object is bound to an image.