TBitBtn problem with 8.46 Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 11 years, 6 months ago by Support. Viewing 1 post (of 1 total) Author Posts October 12, 2013 at 7:31 am #50873 SupportKeymaster Hello You should use such code: Code: uses sDefaults; procedure TForm1.FormCreate(Sender: TObject); begin SkinManager:=TsSkinManager.Create(Self); SkinManager.ThirdLists[ord(tpBitBtn)].Add('TBitBtn'); SkinManager.SkinName:='Air'; … TBitBtn must be handled as BitBtn, not as simply Button. Author Posts Viewing 1 post (of 1 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