Handle and raise .Net events in Delphi (Standard)

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




  
Download

Downloaded
69 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 register a .Net event called StateChange and raised in a stdcall method named StateChangeEventHandler.

Back