Description of TVersionView & TVersionProtect :
Two Delphi components that help you to control your program Version information (such as VersionNumber, ProductName, CompanyName, FileDescription) and protect it from changes. Contains:TVersionView - component like TLabel that display version information from your program file.TVersionProtect - non visual component that protect program version information from any changes. Using fast CRC32 checksum calculation to detect all changes.