Hello John, In some of the properties you forgot to set the type, eg: property ComConnection Read GetComPort; should be: property ComConnection: string Read GetComPort;
Same with ComSettings, LanConnection. Also you have a funtion and a procedure in the published section. Is this what you want ? Also you have some events who are read only, so you cannot assign event handlers to it: I tis OnError, OnDataReceived, OnConnect, OnStatusChanged and OnTxBufEmpty. They should be read .. write ..; --- Rgds, Wilfried http://www.mestdagh.biz _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

