Change the background color of a form Root › Technical support › Troubleshooting This topic has 2 replies, 2 voices, and was last updated 8 years, 5 months ago by Ronaldo Souza. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts June 2, 2016 at 4:00 pm #36994 Ronaldo SouzaParticipant Hi, I'd like to change the background color of a form, which is simple when skins are off: myform.color := clBlue or whatever; but this doesn't work when skins are enabled. So, how can I change a form's background at runtime when skins are enabled? TIA! Ronaldo June 3, 2016 at 8:57 am #55108 SupportKeymaster Hello! Try to change the TsSkinProvider.SkinData.CustomColor to True and you can use the Color property of the form then. June 3, 2016 at 10:02 pm #55117 Ronaldo SouzaParticipant 'Support' wrote: Hello! Try to change the TsSkinProvider.SkinData.CustomColor to True and you can use the Color property of the form then. Thanks, it works! Ronaldo Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting