Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TGraphic.Empty

Indicates if the graphic is empty (contains no data).

Declaration

Source position: graphics.pp line 852

public property TGraphic.Empty : Boolean
  read GetEmpty;

Description

Empty is a read-only Boolean property which indicates if the graphic is empty (contains no data). The return value is True when no image data exists for the graphic.

Version 4.6 Hosted on Source Forge