I have a c#.net dll with events. I use it in C# like this:
PcPos.CardSwiped += PosCardSwiped;
and declare a procedure and i can get data in it but I want to use this event in delphi.
when i import dll in delphi create a TLB file with pas extension but i doon't know how to use it