Signals and slots implementation in Delphi?

后端 未结 3 1595
粉色の甜心
粉色の甜心 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:30

    Search for multicast events. There are a few implementations out there, e.g.

    • http://www.deltics.co.nz/blog/?p=137
    • http://blogs.embarcadero.com/abauer/2008/09/03/38867
    • http://www.codebot.org/delphi/?doc=9568

    Some of them need generics, so are D>2009 only.

提交回复
热议问题