V
victor
Unregistered / Unconfirmed
GUEST, unregistred user!
是这样的,我用了用于串口通讯的控件async32,
因为要在一个程序中与多个串口通讯,因此我是
动态的在程序中生成该控件,
com1 = Tasync32.create(self) ;
com2 = Tasync32.create(self) ;
那我该如何在程序中响应控件的事件呢?
如Async32.OnrxRead(sender,count)等等
thanks
因为要在一个程序中与多个串口通讯,因此我是
动态的在程序中生成该控件,
com1 = Tasync32.create(self) ;
com2 = Tasync32.create(self) ;
那我该如何在程序中响应控件的事件呢?
如Async32.OnrxRead(sender,count)等等
thanks