dynamic create sspeedbutton or sbutton Root › Discussions › AlphaControls This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago by rickychairat. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 20, 2017 at 3:38 pm #57255 SupportKeymaster Something like this? Code: sSpeedButton1 := TsSpeedButton.Create(nil); sSpeedButton1.Parent := sPanel1; sSpeedButton1.Visible := True; November 20, 2017 at 5:44 pm #57257 rickychairatParticipant Thank you for your answer 'Support' wrote: Something like this? Code: sSpeedButton1 := TsSpeedButton.Create(nil); sSpeedButton1.Parent := sPanel1; sSpeedButton1.Visible := True; Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls