I have an application written in delphi-xe2, now i’m adding VCL styles support, So i want to build a menu to choose the vcl style file to load and apply, this part is working fine , the menu is build in runtime based in the content of a folder which has the style files. But now I want to display the name of the vcl style instead of filename just like this image

How I can get the name of the style of an vcl style file?
You can use the
TStyleManager.IsValidStylefunction, passing aTStyleInforecord which return this and another info related to the vcl style.Check this sample app