The Version Information Object

All Delphi projects can include version information, and in fact our Framework products require it. Version information not only includes the version number (Major, Minor, Release and Build), but other useful things, like company name, copyright notices, internal identifier, etc. Our Security Object uses some of this information, as does our About Box object. All of this is folded right into the application's executable file, and this object is used to extract this information.