Most of the time when developing multi-device applications we developers may need to create screens on top of another( e.g., Dialogs). Thinking? we have built-in dialogs to do that Job, then why this post? These dialogs are for showing standard messages with standard controls and don’t help to organize multiple graphical controls under the same parent. To give a better user experience, we…
Learn How to Deploy Your Delphi Applications To The Microsoft Store
October 19, 2020
Microsoft Store is not just applications or games store. You can buy dozens of devices and available physical stores also. This is an immense market for you! Since you are developing applications with Delphi, you can build and deploy applications to the Microsoft Store…
Quickly Build A DropBox Client App With A Delphi REST Library Using OAuth 2.0 Protocol
October 18, 2020
In this tutorial, you can learn about the OAuth2 protocol to download and upload files from DropBox.
Overview
DropBox REST ClientOAuth2 ProtocolREST Client Using TRESTClientREST Client Using Indy
OAuth 2.0
OAuth 2.0 is the industry-standard protocol for…
Add Instant Joystick Support Using The Winsoft Controller Library In Delphi on Windows
October 16, 2020
Winsoft’s Controller is a XInput API controller SDK. XInput a universal joystick controller for Windows 7, 8, 10.
In the Windows platform, you can use other joysticks, such as PlayStation Dual-Shock Controller, Nintendo Switch Pro Controller and Steam Controller if you don’t have a XBOX joystick controller.
Winsoft Controller Installation
Installed in less than a…
Learn How To Use The Oracle Continuous Query Notification (CQN) Feature With Delphi FireDAC On Windows
October 16, 2020
TheOracle_CQNsample shows you how to useContinuous Query Notificationwith Oracle databases using FireDAC.
Location
You can find theOracle_CQNproject at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then…
As engineers, we all have to embrace the idea that a well-designed user interface and experience can be the key to the success or failure of our products.
In this webinar, Join Mary Kelly shows the requirements for UI design in C++ as well as flexible frameworks that…
Rapidly Consume Powerful REST Services With Almost No Code In C++Builder On Windows
October 15, 2020
We continuously hear that consuming REST services with the RAD tools have always been swift. For instance, in this video, you can see how you can call any REST endpoint and fetch the data easily with the REST Debugger tool.
With the REST Debugger tool, you can get the data and validate the correctness of it, and then you can copy the required components using the Copy Components button.
This sample demostrates how to use the following properties and methods:
Theisolationproperty is used for setting up the transaction isolation level for the transactions managed by FireDAC.Theauto commitproperty is used to control the automatic…
Learn About A Powerful Delphi FireMonkey Deployment Manager Tool
October 15, 2020
Once you start building FireMonkey projects you might need to add several files or resources to your deployment manager. The DeployMen tool by GRIJJY® helps you add files and resources in bulk for Delphi supported mobile platforms to the Deployment Manager.
Folders and…
Rapidly Build A Cross Platform Master Detail Dataset With This Delphi FireDAC.TFDMemTable.MasterDetail Sample
October 15, 2020
Location
You can find theMasterDetailsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object Pascal\Database\FireDAC\Samples\Comp Layer\TFDMemTable\MasterDetailSubversion Repository:You can find Delphi code samples inGitHub Repositories. Search by name into the samples repositories according to your RAD Studio…