Re: Is this Curve to the Left or to the Right

Posted by Lionel on April 04, 2006

In Reply to Re: Is this Curve to the Left or to the Right posted by Guido, DelphiLand Team on April 03, 2006

: : I ask the user to select which way a curve turns in the code below by letting him/her indicate by typing in L or R in an Edit10.Text box. For some unknown (Unknown to me) reason, I am getting the wrong response?
: : This might be handled better by using two CheckBoxes (Check Left or Check Right) but I am getting a wrong response with this also.
: : -- and so on --

: In the calculation part of the program, you check which item was selected like this: (we assume that one of the 2 buttons was pre-selected by the program)
: procedure TForm1.ButtonCalcClick(Sender: TObject);
: begin
: -- and so on --

*************************************************
Thanks for pointing me in the right direction.
Lionel
*************************************************

Related Articles and Replies