Custom Developer Tools and VCL Components | Developer Team » Page 73

TMS Sparkle v3.33.0.0 Full Source for Delphi XE2-13

TMS Sparkle v3.33.0.0 Full Source for Delphi XE2-13
TMS Sparkle v3.33.0.0 Full Source for Delphi XE2-13


TMS Sparkle is a Delphi framework for network, Internet programming. It provides classes for both client and server applications/services, allowing for example performing Http requests to servers, or building Http servers that receive and process client requests. It supports several platforms, including Microsoft Windows, macOS, iOS and Android. TMS Sparkle is also the core framework used by several other TMS products such as TMS RemoteDB and TMS XData.

Read more

TMS RemoteDB v2.22.0.0 Full Source for DXE2-D13

TMS RemoteDB v2.22.0.0 Full Source for DXE2-D13
TMS RemoteDB v2.22.0.0 Full Source for DXE2-D13


The RemoteDB Server is a Delphi application/service that listen to http requests. When clients perform requests, the RemoteDB Server will forward the requests to the actual database server being used, using the specified database-access component. The SQL is performed and the results are returned back to the client. You can choose the components that will perform the SQL statements from a wide-range of options such as FireDac, dbExpress, dbGo (ADO), among others, using component adapters. The SQL database can be any database server supported by the components used, and must be thread-safe (most are).

Read more

TMS Echo v1.12.0.0 Full Source for DXE2-D13

TMS Echo v1.12.0.0 Full Source for DXE2-D13
TMS Echo v1.12.0.0 Full Source for DXE2-D13


TMS Echo is a Delphi framework for data replication. It's part of TMS Business product line, and it's relies on TMS Aurelius to function. It allows you to have two or more databases and synchronize data between them. Changes you make to one client database (inserts, updates, deletes) can be sent to another database. It's bidirectional, so you can send and receive changes between databases.

Read more