HI all....another DLL question.
 
The DLL I am using can raise events when something happens,
i.e    function incomingevent: Smallint; stdcall; external 'mydll';
 
how do I code for this ? do I do something like,
 
property OnEventHappeing : Integer read incomingevent   ??
 
Cheers, Jeremy Coulter

Reply via email to