Signals and slots implementation in Delphi?

后端 未结 3 1596
粉色の甜心
粉色の甜心 2021-01-13 20:09

Does an implementation of the signals and slots mechanism for event dispatching exist for Delphi?

3条回答
  •  难免孤独
    2021-01-13 20:41

    I spent some time a while ago getting Allen Bauer's Multicast Event code working. It has some limitations, but works well in my code. You can see the code here.

    Of course, it only works in Delphi > 2009

提交回复
热议问题