Thread: Borland Builder - stop events

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    3

    Borland Builder - stop events

    how can i stop an event from being fired, for example i want to update text box with information drawn from a combobox but i also have change events that are called, how can i stop the text box changed event from being fired ???

  2. #2
    Registered User
    Join Date
    Aug 2005
    Location
    Austria
    Posts
    1,990
    I don't know how that is done in the borland libraries.
    Usually the event-handlers are virtual functions that you can be override in derived classes. So just overwrite them in your class and make them do nothing.
    Kurt

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. fscanf %s or %d integer input space char stop question...
    By transgalactic2 in forum C Programming
    Replies: 5
    Last Post: 04-14-2009, 10:44 AM
  2. Error stop Http Listener
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 06-04-2008, 02:14 AM
  3. when a while loop will stop ?
    By blue_gene in forum C Programming
    Replies: 13
    Last Post: 04-20-2004, 03:45 PM
  4. seismic events program
    By santaclaus in forum C Programming
    Replies: 16
    Last Post: 11-23-2003, 03:23 PM
  5. Telling other applications to stop
    By nickname_changed in forum Windows Programming
    Replies: 11
    Last Post: 09-25-2003, 12:47 AM