Delphi

The Excellent Windows Ribbon Framework For Delphi

TheWindows Ribbon frameworkis a magnificent command presentation system that implements a fresh option to the layered menus, toolbars, and task panes of common Windows applications. This Delphi library allows Delphi developers to utilize the Windows Ribbon Framework in their Delphi applications. This library uses the native Windows Ribbon Framework library to implement the ribbon…
Read more
Delphi

Work Efficiently With Git Repositories Using GitForDelphi

GitForDelphi allows you to work with git repositories from within your Delphi code, with the only dependencies being the uGitForDelphi.pas source file and the libgit2 DLL. It’s extremely easy to use GitForDelphi ! To set it up, just add uGitForDelphi to the uses section, and call InitLibgit2; and the libgit2 DLL will be loaded, and its API will be ready to use to read from…
Read more
RAD Studio

Quickly Control Light Bulbs Using FireMonkey

ThingConnect IoT device component pack is one of the best areas of RAD Studio. It offers you to connect to dozens of IoT devices with easy-to-use interfaces. For instance, you can connect to the Aeon Labs Light Bulb using Delphi or C++ Builder. As you can see these…
C++DelphiRAD Studio

High-Performance Bluetooth Low Energy Library For RAD Developers

Embarcadero offers a set of components and libraries to work with Bluetooth Low Energy or just BLE-enabled devices. For instance, you can utilize the new TBluetoothLE component to implement the RTL BluetoothLE feature for server and client applications using with FireMonkey. Furthermore, the RTL provides a BLE scan filter implementation that takes advantage of the new BLE low consumption chips.
Read more
C++Delphi

Rapidly Create Cloud Aware Native Applications

You get built-in components to work with Microsoft Azure and Amazon Web Services. For instance, Data.Cloud.AmazonAPI contains classes that implement the API for using the Amazon services (such as queue, table). And the TAmazonStorageService class allows you to connect to…
C++CodeRAD Studio

LearnCPlusPlus.org :: Color to Alpha Example, Learn to Use Clipboard + Much More

Hello C++ Builder Developers, We have new post picks for you from the LearnCPlusPlus.org website. We listed some of the interesting posts from the last week. If you are a beginner or want to jump into C++ Builder please visit our LearnCPlusPlus.org website for the great posts from basics to professional examples, full codes, snippets, etc. Do you want to learn to convert an image to an alpha…
Read more