CodeDelphiRAD StudioTech Partner

Blazing Fast Socket Communications Component Library For Delphi

NetCom7 is an extremely optimized code on TCP/IP sockets. Forget using one thread per connection. With this suite, you can have as many concurrent connections to your server as you like. Threads are used per request and not per connection, and are maintained in a very fast thread pool class. The NetCom version 7.2 package is now multi-platform! You can compile your apps under all platforms in…
Read more
CodeDatabaseDelphiRAD Studio

Easily Learn To Store Data In A Nested Dataset using FireDAC With FireDAC.TFDMemTable.NestedDataSet Sample

TheNestedDataSetsample shows you how to set anested datasetin a dataset field. Location You can find theNestedDataSetsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to – Object PascalDatabaseFireDACSamplesComp LayerTFDMemTableNestedDataSetSubversion Repository – You can find Delphi code…
Read more
CodeDatabaseDelphiRAD Studio

Quickly Use Delphi FireDAC In A Multithreaded Environment With The FireDAC.Pooling Sample

This sample uses theUse Connection Definitiondrop-down menu to select a connection definition. In a multithreaded application, where each thread starts, establishes a connection, performs a certain short task, and releases the connection, the repetitive connection establishments may lead to performance degradation across the whole system. To avoid this, the application can use the…
Read more
CodeDelphiRAD Studio

Library For Authentication For iOS By WinSoft

Introduction Authentication for iOS is a biometric authentication library for iOS. It uses the LocalAuthentication framework. 2. Components in the Demo and what they do The Demo is very simple. It contains one button that calls the authentication process. As well as TMemo that confirms whether the authentication is successful or not and one TPanel with a checkbox…
Read more