Jump to content
Fudley

FMX,Android, D12. How to load and apply .style from disk

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×