Board index » cppbuilder » Event handler code created from Object Inspector
Graham Smit
![]() CBuilder Developer |
Sun, 25 May 2003 03:00:00 GMT
Event handler code created from Object Inspector
Hi All,
can anyone explain the following: Using BCB5 with patch 1. Import an ActiveX control that has several OCX event methods with the same void Blocking(short* Status, short* Cancel); Place the control on a form and doubleclick the event properties OnBlocking, void __fastcall TForm1::Socket1Blocking(TObject *Sender, short *Status, The parameter names are lost for all but the first! The TypeLib interface I know that this isn't a real problem, just looking for an explanation Graham Smith |