Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TExeinfo
How to get version of project as Major.Minor?
How to get version of project as Major.Minor?
TEXEInfo returns the version as a string consisting of 4 numbers formatted as: MAJVER.MINVER.RELVER.BUILDVER.
If you want only MAJVER & MINVER ( for example version 1.2 instead of version 1.2.3.4 ), you'd have to split this string.