Am 21.09.2015 19:05 schrieb "Bo Berglund" <[email protected]>: > > > >I can't say anything about TSocketClient, but the TInetClient in the > >ssockets unit I mentioned is a class that's rather directly on top of the > >native socket API, so that should definitely be able to handle it. > > Fine, then I just need to make it visible inside Lazarus... > Right now after firing up the Lazarus IDE I cannot see any trace of it > unfortunately. > I decided to give it a shot by creating a test application but the > palette does not sow even one internet component... >
Not everything is a component. TInetSocket is merely a class that you need to instantiate in code. Regards, Sven
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
