Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Blog

Digital solution partner

Delphi – Indy idTCPServer and idTCPClient

This is a simple example for usign Nevrona Indy components in Delphi to create a small server application using TCP/IP protocol. TO simplify we can build an example where there is a Server Application that recive a string from a Client App. and then return that string to the Client , but we use streams…
Read more

Hand made Url Encode or Decode

Sometime happen that you need to encode or decode an url manually , so not soo much characters need to be converteted to encode or decode an url string. In this post some example you can drag and use or modify. In recent version of Delphi you can use standard Delphi routine contained in the…
Read more