Fudley 5 Posted Tuesday at 03:56 AM What I am doing to load a .style file from disk: if FileExists(SelectedStyleFile) then begin Application.mainform.stylebook.LoadFromFile(SelectedStyleFile) ; end; How do I then apply the style? Share this post Link to post
Rollo62 573 Posted 7 hours ago Try https://docwiki.embarcadero.com/Libraries/Athens/en/FMX.Styles.TStyleManager.SetStyleFromFile ON: TStyleManager.SetStyleFromFile(styleToUse); OFF: TStyleManager.SetStyleFromFile(nil); Share this post Link to post