dynamic create sspeedbutton or sbutton

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37647
    rickychairat
    Participant

    Can I have example code for dynamic create sspeedbutton or sbutton in spanel

    #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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.