Vcl.Imaging.pngimage.TPngImage.BeingCreated

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

BeingCreated: Boolean;

C++

bool BeingCreated;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Specifies whether the png image is currently being created.

BeingCreated is used internally by the TPngImage class. The BeingCreated field is used while reading the contents of a png image from a stream or a file.

See Also