Vcl.Imaging.pngimage.TPNGObject.Empty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Empty: Boolean read GetEmpty;

Properties

Type Visibility Source Unit Parent
property public Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage TPNGObject

Description

Indicates whether the graphics object contains a graphic.

Vcl.Imaging.pngimage.TPNGObject.Empty inherits from Vcl.Graphics.TGraphic.Empty. All content below this line refers to Vcl.Graphics.TGraphic.Empty.

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.