Vcl.Graphics.TBitmap.GetEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEmpty: Boolean; override;

C++

virtual bool __fastcall GetEmpty();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Description

Indicates whether graphics object contains graphic.

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

See Also