Board index » delphi » Problems with a typed procedure/event handler
Jules
![]() Delphi Developer |
Tue, 02 Sep 2003 17:19:54 GMT
Problems with a typed procedure/event handler
Hello,
I am using a component in a non-visual environment, and I am trying to write a In the non-visual programming environment, I have a line which manually sets "Incompatible types: 'TSessionAvailable' and 'Procedure'" In this case, "TSessionAvailable" is the datatype of the procedure in the I think I need to tell my own procedure that it needs to be of this type, but Help! -- -- |