RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGraphic.GetEmpty Method

Indicates whether graphics object contains graphic.

Pascal
function GetEmpty: Boolean; virtual; abstract;
C++
virtual __fastcall Boolean GetEmpty() = 0;

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!