TsButton question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36363
    Pierrotsc
    Participant

    How do you make a tsbutton a checked button? That means, when you click it, it stays down. Hope this is not a dumb question.

    Thanks.

    I have attached a small project. If someone can modify it, i would greatly appreciate that.

    #52802
    Support
    Keymaster

    Hello!

    You can try the Down property:

    sButton1.Down := not sButton1.Down;

    Best result will be visible with active skins.

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