Version Information Component
This project contains one unit - PJVersionInfo - that implements a non-visual component for reading version information, a record that encapsulates a version number and some public helper functions.
This wiki is divided into several sections:
| TPJVersionInfo | The non-visual component that reads version information from any executable file's resources and exposes the information via properties. |
| TPJVersionNumber | A record that stores version numbers as four discreet values. On Delphi 2006 and later the record also overloads the equality operators to permit comparison and also supports assignment to a string. |
| Public Functions | Public functions that help manipulate and format TPJVersionNumber records. Aimed mainly at users of Delphi 2005 and earlier who don't have the extended functionality of the TPJVersionNumber record. |
| Examples | Examples showing how to use the component. |
Links: