API:Vcl.Imaging.pngimage.TPngImage.Empty
Delphi
property Empty: Boolean read GetEmpty;
C++
__property bool Empty = {read=GetEmpty, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage.hpp |
Vcl.Imaging.pngimage | TPngImage |
Description
Indicates whether the graphics object contains a graphic.
Vcl.Imaging.pngimage.TPngImage.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.