News

Join TCoffee and Code Week - 1st to 5th Feb

Join us for “TCoffee and Code” Join us every day between the 1st & 5th of February for TCoffeeAndCode as we have a virtual coffee break at 11am GMT each day. With Covid still keeping many developers away from the office and the rest of their teams, we decided to create a week of virtual coffee breaks. We are hoping to have general conversations on a topic each day, The format for…
Read more
C++Delphi

Create Enterprise-Grade WebSockets Based Apps With Powerful Components For Delphi

No developer doesn’t know WebSocket API. WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session among the user’s browser and a server. With this WebSocket API, you can create real-time, web-connected applications by sending messages to a server and receive event-driven responses without having to poll the server for a…
Read more
CodeDatabaseDelphiRAD Studio

Learn How Easy It Is To Connect To Microsoft SQL Server In Windows Delphi Development

This sample allows the user to create a temporary connection definition at run-time and the master-details relationship between datasets using TFDQuery to work with MSSQL databases. Location You can find theMSSQLsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object PascalDatabaseFireDACSamplesGetting StartedMSSQL…
Read more
CodeDatabaseDelphiRAD Studio

Learn How To Define Powerful Dataset Views Using Indices With FireDAC In Delphi Windows Development

The Indices sample shows you how to use the Indexes property of TFDQuery in order to specify a collection of indexes at design time and determine the data view of each index, including a sort order of the records. Moreover, you can sort the records on a specific field using the IndexFieldNames property. Click on a grid column title to sort its records at run time. Location You can…
Read more