OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Response table entries associate a Windows event with a particular function.
When a window or control receives a message, it checks its response table to see if there is an entry for that message. If there is, it passes the message on to that function. If not, it passes the message up to its parent. If the window is the main window, it passes the message on to the application object. If the application object doesn't have a response entry for that particular message, the message is handled by ObjectWindows default processing.
ObjectWindows provides a large number of macros for response table entries. These include: