hi
how can we know what version of TMS components is already instaled?
i mean, i don't remember if i already installed the latest verion or not, and i don't want to run through the process all over again.
thanks
The release date and version info can be found in the file whatsnew.txt which is placed inside the folder where TMS IW Component Pack has been installed.
thanks Bart
but other then that there is no other location inside the components to know their version?
i mean, like in the ServerControler's "Version" property, we can know what version of intraweb we currently use.
Unfortunately there is no property available that displays the version.
However, you can have a look at the source of the IWAdvWebGrid (iwadvwebgrid.pas) which also contains the version number.
Example:
MAJ_VER = 5; // Major version nr.
MIN_VER = 1; // Minor version nr.
REL_VER = 2; // Release nr.
BLD_VER = 0; // Build nr.
DATE_VER = 'August, 2012'; // Month version