Board index » delphi » event won't happen
pootrpo...@aol.com (Pootrpootr)
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
event won't happen
Hello all,
I'm struggling here. If anyone could help, please do. I've set up some routines with a rs-232 comm component, where I have it follow a specified sequence of sending and receiving. What I'm trying to do here is create a seperate unit (call it "UNIT2") and place all the routines in it, so I can create different projects and include UNIT2 in each project. Here's what I've got so far: unit UNIT2; interface implementation type var procedure FCommReceiveData(Sender: TObject;DataPtr: Pointer; DataSize: initialization When data comes in, the routine for receiving data doesn't execute. |