Handle and raise .Net events in Delphi (Advanced)

This demo shows how to raise .Net events and handle these events from Delphi using the .Net Runtime Library for Delphi.




  
Download

Downloaded
62 times



Updated
10/05/2018


Developer
Bismark

Description

This demo shows how to raise .Net events and handle these events from Delphi using the .Net Runtime Library for Delphi. The demo shows you how to declare an event named OnStateChangeEvent. The event is associated with the TClrEventHandler delegate and raised in a stdcall method named StateChangeEventHandler.

Back