Re: Set the CheckBox.Checked without the OnClick being called
- From: Fons <fonzzzNO@xxxxxxxxxxxxxxxxxxx>
- Date: Sat, 09 Jun 2007 16:43:07 +0200
John Dough wrote:
But hey...what do I care. If you prefer to do things the hard way,
more power to you...
In my code you:
1. use one unit (I gave you the code; useable in every program)
2. call one procedure.
In your code you
1. declare a variable
2. do an assignment in the Create
3. do an assignment in procedure TForm1.Button1Click
4. do an assignment in procedure TForm1.Button1Click
5. (maybe) an assignment in procedure TForm1.Button1Click
6. do a test in procedure TForm1.CheckBox1Click
7. depending on the result of the test do an instruction in procedure TForm1.CheckBox1Click
Mine is the hard way ?
Maybe you should just program in assembler.
Fons.
.
- Follow-Ups:
- Re: Set the CheckBox.Checked without the OnClick being called
- From: John Dough
- Re: Set the CheckBox.Checked without the OnClick being called
- References:
- Prev by Date: Re: Set the CheckBox.Checked without the OnClick being called
- Next by Date: Re: Set the CheckBox.Checked without the OnClick being called
- Previous by thread: Re: Set the CheckBox.Checked without the OnClick being called
- Next by thread: Re: Set the CheckBox.Checked without the OnClick being called
- Index(es):