The RAD Studio IDE has a package manager called GetIt built in which that allows you to browse, download, purchase, and install packages. Packages provide libraries, components, IDE extensions, SDKs, styles, samples, and more. Packages available in the package manager can be browsed on theEmbarcadero GetItsite and installed in the IDE or via a command line. Additionally, the latest…
Join Embarcadero Delphi MVP Ian Barker for this must-watch session as he follows up his very popular previous webinar on how to give your apps the Fluent UI look and feel. This new webinar features heavily on the Delphi code, form design, and components you can use to really…
TMS VCL Cloud pack is a set of VCL components that let you connect dozens of different cloud services within a few steps. With the TMS VCL Cloud pack you can integrate with Google, Microsoft, iCloud, DropBox, PayPal, YouTube, Facebook, LinkedIn, Yandex Disk, Amazon, Twilio…
Quickly Explore Powerful Shader Programming In Delphi FireMonkey
February 8, 2021
Computer Graphics Programming class is one of the interesting ones in any computer science undergraduate program. This semester I am taking this course as my core science course, and it is getting fascinating every topic. Since most of the universities teach programming in C++ or Java, I am using the “Computer Graphics Programming In OpenGL With Java” book as my primary source now.
Learn How To Migrate dbExpress To FireDAC With The reFind Tool In This Delphi Sample
February 7, 2021
This sample project demonstrates how to migrate the projectMeetingOrganizerfrom dbExpress to FireDAC using the reFind.exe tool.
Location
You can find theDBX2FDMigrationproject at:
Start | Programs | Embarcadero RAD Studio Sydney |…
Escape sequences allow for writing DBMS-independent SQL commands. The sample predefines some escape function sequences. To execute a predefined escape function, right-click the Function edit box and choose a predefined escape function from the popup menu. Moreover, the…
Powerful Enterprise-Grade Medical Office Industry Template Source Code For Your Business
February 5, 2021
In the last few RAD Server posts, we have seen several industry templates that can be a headstart for your business. For instance, theField Services Industrytemplate and theHospitality Industrytemplate. Today, we will explore another complete and complex Nurses template.
RAD Server Nurses Demo– The connected nurses station showcases a common medical office…
One of the best and popular barcode scanning library for Delphi isZXing.Delphilibrary. ZXing Barcode Scanning Object Pascal library for Delphi VCL and Delphi Firemonkey.
ZXing.Delphiis a native Object Pascal library that is based on the well known open…
Powerful IDE Colorizer Lets You Customize The RAD Studio Workspace With This Plugin
February 4, 2021
RAD Studio has two modes, dark and light. Since most of the developers love different kinds of dark modes, they might need several options to choose. But, currently, RAD Studio only offers two dark and light modes.
There is a plugin called Delphi IDE Colorizer…
FireDAC Tip: Learn How to Manage Centralized Cached Updates With This Schema Adapter Sample
February 4, 2021
The FireDAC.SchemaAdapterMemTable Sample uses some methods and properties ofTFDSchemaAdapterin order to implement some features related with the management ofCentralized Cached Updates.
Location
You can find theSchemaAdapterMemTablesample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object…