John

these properties don't have setters
each of them must have a write 
like
property _OnError: TCtrlErrorEvent read F_OnError write
F_OnError

    property _OnError: TCtrlErrorEvent read F_OnError;
    property OnDataReceived: TDataReceivedEvent read
fOnDataReceived;
    property OnConnect: TNotifyEvent read fOnConnect;
    property OnStatusChanged: TStatusEvent read
fOnStatusChanged;
    property OnTXBuffEmpty: TNotifyEvent read
fOnTXBuffEmpty;


I'll go through the rest later when I get more time.
Make sure that F_OnError : TCtrlErrorEvent  is defined in
your private section

Mick

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to