Vcl.Imaging.pngimage.TPngImage.Version

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property Version: String read GetLibraryVersion;

C++

__property System::UnicodeString Version = {read=GetLibraryVersion};

Properties

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

Description

Indicates the version of the png support library.

Use Version to get the version of the png support library. Applications should not rely on the value returned by Version.

See Also