Highlighted button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #34909
    qeepek
    Participant

    Hello. I have a problem. I use the peel web2. Why always the first button illuminates is? How do I turn it off? In other skins also.

    I enclose a picture.

    buttonla.png

    Please help.

    #47237
    Paulo César
    Participant

    sButton1.TabStop := False;

    or

    It's start with focus because the propertie TabOrder of sButton1 is “0”, set with TabOrder 0 the component that you would like to start with the focus.

    #47240
    qeepek
    Participant

    Now light is on second button. 🙁

    #47247
    Support
    Keymaster

    Hello

    If you not need in focus on buttons, then you can use SpeedButtons, I think.

    #47248
    qeepek
    Participant

    Ok, thanks for help.

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