FindComponent

Posted by Andrew on March 12, 2006

I've got a tcheckbox component named MyCheckBox1. During runtime, the program goes through a procedure with 1 line something like:
If TCheckBox( FindComponent( 'MyCheckBox1' ) ).Checked Then...
but i'm getting an access violation.
Any help?
Thanks

Related Articles and Replies