hello how can i change (delphi firemonkey mobile application) stylebook runtime
i will try load from ini or text file when formcreate or formshow
but cannot work stylename is string
i was try this code but code1 work but code 2 cannot work
if RadioButton1.IsChecked then Form1.StyleBook:=white else Form1.StyleBook:=black;
i need
form1.stylebook:= trim(Copy(Memo2.Lines.Strings[0],7,30)); {string ='black'}
but error code :[dcc32 Error] main.pas(226): E2010 Incompatible types: 'TStyleBook' and 'string'