Simulating Multicast Events in Win32 Delphi
Friday February 20, 2009
Delphi OOP :: When you develop applications using Delphi you almost always write the code to handle some component's event(s).
In Win32 Delphi OOP, only one method can be assigned as a handler to a component's event. In Delphi for .Net, multiple event handlers can be bound to the same event.
Read the full article to learn how to Simulate Multicast Events in Win32 Delphi by constructing a Delphi object that maintains a list of the methods its event(s) are handled by.
Related:


Comments
No comments yet. Leave a Comment