hi and hello to delphi masters
i m new for delphi and have keen intrest to working with delphi
i have delphi 7 installed on my pc … oftenly when i open the programme i am wondering what to do and how to start…
i have studied the examples of delphi but dull to understand it…
but actually i want to create a simple programme having more then one radio button on a form with output action as an image for each radio button …
i do not know which component could be used to make link between radio button and to image
here is similar programme picture made by someone in delphi
please help me by ur good guidence for making the same programme…
I’m sorry to have to say this, but Chief Delphi isn’t related to the Delphi programming language. This is a community of centered around the advancement of education through robotics. We’d be happy to help you with robot design, but we probably won’t be of much use on the Delphi Language.
(Cue someone proving me wrong by helping him immensely in 3…2…1…)
Well, though I can’t provide you with a complete procedure to follow, I would suggest looking at Delphi Basics, specifically this tutorial and this tutorial. (They’re not specific to your issue, but they deal with linking form objects together.)
As for your issue, if I remember correctly, the best way to do this would be with a radio button group and an image group. I believe there’s a “Change” event on the radio button group; you’d write code for that event that tells your image group to use pick a different image to be shown. I don’t currently have Delphi around, so I can’t give you more specifics, but I think this would be on the right track for you.
(I don’t know if this helps immensely, but when Erik posted that, I figured I had to say something…)