TAdvAppStyler Themes

Hello,


Is it possible to list all the available themes at run time? I would like to populate a combobox so that the end-user can select a theme.

Thanks,

Roberto

You can use TAdvFormStyler.GetStyles: TStringList that returns a list of available styles.

Thank you, exactly what I needed.