I am trying to port some code that works in Delphi XE8 to Delphi 10 Seattle.
This code sets the default system style of my program, but the SetSystemStyle method does not exist in the Delphi 10 Seattle.
TStyleManager.SetSystemStyle(Self);
I am trying to port some code that works in Delphi XE8 to Delphi 10 Seattle.
This code sets the default system style of my program, but the SetSystemStyle method does not exist in the Delphi 10 Seattle.
TStyleManager.SetSystemStyle(Self);
I added the Default_Style_Block_Pointer: TMemoryStream; to the MainForm Var: block
I placed this code in the MainForm.OnCreate event:
I am using this code to restore the default style: