I need to put on a form 3 buttons and when I click on the button to display it as pushed and the others to be up, when I click another button it should be “down” and the others “up”
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All your Buttons must have their Property “Groupindex” set to the same number, but not equal 0. With AllowAllUp you can determine wether they’re allowed to be all up or not.
At least that’s how it is in Delphi 2006 for Win32.