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
C++Code

Easily Create Ultra-Fast C++ Applications With Low-Level libsimdpp Library In C++Builder

Single Instruction Multiple Data is a class of parallel computers. It represents computers with various processing components that perform the same work on multiple points simultaneously. Moreover, most recent CPU designs combine SIMD instruction to enhance the production of multimedia usage. And you can utilize SIMD in your C++ Builder applications with thislibsimdppportable…
Read more
DelphiShowcase

Powerful Video Game Collection Curation Software Is Built In Delphi

Game Collector is a powerful video game game collection database software and it is built in Delphi. According to the developer’s website Game Collector’s main screen is highly customizable, so that you can make it look the way you want. You can choose between multiple layouts for the main screen folder, list and details panels; list, images or card view for your game lists; different…
Read more
DelphiRAD Studio

Quickly And Easily Hook Delphi And Windows API Functions With The DDetours Library

Hooking includes a range of methods for changing or expanding the behavior of an operating system, application, or other software parts by intercepting API function calls, messages, or events passed between software components. The code that controls such interception is called a hook. DDetoursis a library that allows you to insert and remove the hook from the function. It supports both…
Read more