 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Bob F. Guest
|
Posted: Sat Nov 29, 2003 12:18 pm Post subject: event handling |
|
|
I am new to Borland C++ Builder, using Builder 3.0.
I am trying to undo an error I made in assigning an event to the on
click event handler.
I cannot erase and change the onclick event that I entered in error.
Need help.
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Sun Nov 30, 2003 1:04 am Post subject: Re: event handling |
|
|
"Bob F." <exlaxet (AT) aol (DOT) com> wrote
| Quote: | I cannot erase and change the onclick event that I entered in error.
|
Removing an event handler is simply a matter of deleting the entry from the
Object Inspector. Or alternatively erasing the contents of the event
handler (but not the declaration), then the IDE will remove the assignment
and the declaration for any empty handlers the next time the file is saved.
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|