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
DelphiRAD Studio

Delphi JOSE JWT Is A Powerful JSON Web Token Library For Delphi

Delphiimplementation of JWT (JSON Web Token) and the JOSE (JSON Object Signing and Encryption) specification suite. This library supports the JWS (JWE support is planned) compact serializations with several JOSE algorithms. What is JOSE JOSEis a standard that provides a general approach to signing and encryption of any content. JOSE consists of several RFC: JWT (JSON Web…
Read more
DelphiShowcase

Cross-Platform 4D Solar System Simulation Is Built In Delphi

Planet Fun is a 4D solar system simulation for Android and iOS and it is built in Delphi. Planet positions are calculated using VSOP2013 ephemeris, years between 1500 and 3000 according the developer. The app is built using FireMonkey 3D functionality and full source code is available. Among its features are a solar system animation with configurable speed, choose camera target (Sun or planets)…
Read more
CodeDelphi

QuickLib Is A Powerful Third Party Library For Delphi Which Can Boost Productivity

Most of the time when starting a new big project you end up creating lots of modules for your application. Most of them could be dozens of different functions which helps to write less code while building the main project. For instance, while I was developing a school management system, I have created more than 30 modules for my project and currently, I utilize them all the time. They are my core…
Read more