in Delphi TIPS :: Have you ever wanted to keep an event from firing once it has executed? Simply set the event handler method to nil in the body of the method. For instance, let's say you want to disable an OnClick for a button once the user has pressed it.
Read the full article to learn how to Disable an Event Handler After its First Execution.
Related:
Comments
No comments yet. Leave a Comment

