Guest_imported
New member
- Jan 1, 1970
- 0
I'd like to use an UDP component where I can change the localport. In the helpfile I find that you cannot change the localport at runtime, you have to do it at designtime or after creating the component with create. When I trie to create an udp-component with create I always get the message that create is not a method of UDP. I created the component with new, but as soon as my created component received an udp packet,I get an exception. Can anybody help me ?