<p>Am 21.09.2015 19:05 schrieb "Bo Berglund" <<a href="mailto:bo.berglund@gmail.com">bo.berglund@gmail.com</a>>:<br>
> ><br>
> >I can't say anything about TSocketClient, but the TInetClient in the<br>
> >ssockets unit I mentioned is a class that's rather directly on top of the<br>
> >native socket API, so that should definitely be able to handle it.<br>
><br>
> Fine, then I just need to make it visible inside Lazarus...<br>
> Right now after firing up the Lazarus IDE I cannot see any trace of it<br>
> unfortunately.<br>
> I decided to give it a shot by creating a test application but the<br>
> palette does not sow even one internet component...<br>
></p>
<p>Not everything is a component. TInetSocket is merely a class that you need to instantiate in code.</p>
<p>Regards,<br>
Sven</p>