RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitmap.GetEmpty Method

Indicates whether graphics object contains graphic.

Pascal
function GetEmpty: Boolean; override;
C++
virtual __fastcall Boolean GetEmpty();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!