Delphi event handling, how to create own event

后端 未结 4 1074
孤独总比滥情好
孤独总比滥情好 2020-12-02 11:08

I am new to delphi development. I have to create an event and pass some properties as parameters. Could someone share some demo program that shows how to do this from scratc

4条回答
  •  悲哀的现实
    2020-12-02 11:31

    in the context of placing "events" into a DLL I described a concept using interfaces, step by step... maybe this helps in a different way: Using event listeners in a non-gui environment (DLL) (Delphi)

提交回复
热议问题