//--------------------------------------------------------------------------- // Borland C++Builder // Copyright (c) 2000-2002 Borland Corporation. All Rights Reserved. //--------------------------------------------------------------------------- TITLE: VERSIONINFO DESCRIPTION: Components to contain and present version information. DEMONSTRATES: + TVersionInfoLegalCopyrightLabel, TVersionInfoFileDescriptionLabel, TVersionInfoProductNameLabel, TVersionInfoFileVersionLabel, TVersionInfo. + An About box showing detailed version information based on component properties. + Localization of version information. COMMENTS: To run the example, complete the following steps: - Load VersionInfoGroup.bpg. - Build VersionInfo50.bpl. - Install DCLVersionInfo50.bpk to install the version components. - Build and run VersionInfoSample.exe to see a sample About box. - Build TestProject and check properties in Explorer.
sirmadman