Being a newbie to RB I am wondering how to use properties I have defined in a subclass of TCPSocket, when they are created from a ServerSocket.

It appears from the manual that the only way I can get information about the subclassed TCPSockets that the ServerSocket creates, is to get an array of the active connections (an array of TCPSockets). But these TCPSockets do not contain my user defined properties, even though if I look in the debugger they do. It's just that when I try to use or assign the user defined properties, I get a type mismatch error, or property does not exist error. Just to reiterate, the tcpsocket in the debugger IS my subclass of it and has the properties I defined.

How can I use my user defined properties?

I appreciate your help.

Jeff Edwards


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to