dynamic create sspeedbutton or sbutton

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #57255
    Support
    Keymaster

      Something like this?

      Code:
      sSpeedButton1 := TsSpeedButton.Create(nil);
      sSpeedButton1.Parent := sPanel1;
      sSpeedButton1.Visible := True;
      #57257
      rickychairat
      Participant

        Thank you for your answer

        'Support' wrote:

        Something like this?

        Code:
        sSpeedButton1 := TsSpeedButton.Create(nil);
        sSpeedButton1.Parent := sPanel1;
        sSpeedButton1.Visible := True;

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.