dynamic create sspeedbutton or sbutton Root › Discussions › AlphaControls This topic has 2 replies, 2 voices, and was last updated 6 years, 12 months ago by rickychairat. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts November 20, 2017 at 7:01 am #37647 rickychairatParticipant Can I have example code for dynamic create sspeedbutton or sbutton in spanel 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 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 › Discussions › AlphaControls