When you click on the tab the close button is displayed but ShowClose property is set to False.
Why?
In previous version everything was ok with this.
We have seen this regression.
We've fixed it.
To fix it immediately, add in AdvPageControl.pas on line 2849:
if TAdvTabSheet(Pages[TabIndex]).ShowClose then
Next update will address this
ok thx ... but other question, when I use TMS Dashboard for install new TMS Software version is it possible to install previous version e.g. TMS VCL UI Pack?
Via TMS Dashboard it cannot be done, but we are working on a system that allows you to go back. What you could do is, browse to the directory where TMS Smart Setup is configured (where tms.exe is located). Go to the downloads folder and look for the previous version of TMS VCL UI Pack. Then extract the contents to Products\tms.vcl.uipack, open up a command prompt and execute
tms.exe build -full

