Vcl.Graphics.TGraphic.Empty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Empty: Boolean read GetEmpty;

C++

__property bool Empty = {read=GetEmpty, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TGraphic

Description

Indicates whether the graphics object contains a graphic.

Use Empty to determine whether the graphic is bound to an image. Each descendant graphic object defines its own Get method to access the Empty property.