Working with TIdTCPServer and it’s working cool. Binding that I added to it was using it’s property via ui property Object Insp ….It’s ok for now,but when I need to deploy this app on other computer it’s necessary to add bindings at runtime.
How can I do this?
I googled and found lots of links but in delphi!
the way i did:
serv->Bindings->Items[0]->IP="192.168.1.200";
serv->Bindings->Items[0]->Port=5089;
but it refuses to run without errors!
The Bindings collection has an
Add()method, eg: