I was thinking about how I would do a gender based analysis of our customer database without surveying our customers. The Embarcadero Community...
developer-tools
Categories
- Free tools
- SQL Admin Toolset
- SQL Compliance Manager
- SQL Defrag Manager
- SQL Diagnostic Manager for MySQL
- SQL Diagnostic Manager for SQL Server
- SQL Diagnostic Manager Pro
- SQL Doctor
- SQL Enterprise Job Manager
- SQL Inventory Manager
- SQL Query Tuner for SQL Server
- SQL Safe Backup
- SQL Secure
- SQL Workload Analysis for SQL Server
- Uptime Infrastructure Monitor Formerly Uptime
Using the Floating Form Designer in Delphi
The Floating Form Designer is often commented as one of the reasons many developers still love using Delphi 7 after almost 14 years. In that time...
Visual Arduino programming for kids and professionals using Visuino by Mitov Software – powered by Embarcadero Delphi
I am often by parents how they can get their kids interested in technology and programming in a fun and educational way. When I was a kid growing up...
Using C++11 Lambda functions with the C++Builder Parallel Programming Library
With the introduction of the Parallel Programming Library (PPL) and Embarcadero C++Builder support for C++11 lambda functions on the Win32, Win64,...
Join our club of elite Embarcadero developers – show us your Cool Apps!
Elite Developers – Show us your Cool Apps! Join our club of elite developers by showcasing your app and enter to win a $500 gift card! How does it...
Ways you can customize the RAD Studio, Delphi and C++Builder 10 Seattle IDE today
From time to time I get asked how developers can customize their IDE experience. There are many ways to set options that affect the IDE, registry...
RAD Studio setting the vcl application icon.
I recently received a question from one of my customers, asking how to set the icon for an application (in this case a VCL application). This is...
Adding a style selector to your application
With RAD Studio 10 Seattle, we provide built-in default styles for iOS, Android, Windows and Mac. Additional styles can be found in the Styles...
Cool new FMX components by Graham Murt @kscomponents
Some cool new FireMonkey components, ksComponents (Kernow Software FMX components), created by Graham Murt, are available on GitHub. You'll find the...
Using FireDAC Unidirectional property for fast, low memory selection set processing
I often do large Oracle database queries using FireDAC to analyze registration data about our products and customers. Most of the time I am only...
How to best load an image from a URL using TWebBrowser when targeting multiple devices
In this snippet, I placed a TWebBrowser control onto my FireMonkey form and aligned it to the client. I then set up the following...
Change dproj file and product version
If you have a project with automatic builds is posible that you want change the File/Product version of the file. Using the code below you can...
Skill Sprint: Unlocking the Windows Runtime (WinRT) and Universal Windows Platform (UWP) on Windows 10
What is the Windows Runtime (WinRT)? Introduced in Windows 8 Default program interface Object Oriented API Native Code API Does not replace...
Migrating legacy C++ Builder Apps to C++ Builder 10 Seattle
Migration Considerations - Unicode For the most part, your older C++ Builder source code and forms will import, compile, link and execute in...
Windows and beyond. Connecting a Windows application with an Android service
I’ve always loved developing Windows applications using Delphi and RAD Studio. But it’s getting ever more exciting with the latest releases as...
New Delphi Seattle MongoDB Sample
I created some more Delphi 10 Seattle samples to show off MongoDB and FireDAC functionality: LocalSQL, Indexing & Geospatial. The first one...
My Amazon Web Services Programming with Delphi CodeRageX session
In a moment my "Amazon Web Services with Delphi" CodeRage X session is starting. I'm very excited and the sessions so far were very...
CodeRage X Resources for C++ and Object Pascal Tracks
Full Video Replays Object Pascal Track On Demand C++ Track On Demand C++ Tracks Tuesday C++ Product Address Build a Push-Enabled...
PAServer Hotfix for RAD Studio 10 Seattle – iOS 9 and OS X El Capitan
Apple released Mac OS X El Capitan today. With Delphi, C++Builder and RAD Studio 10 Seattle, we provide support for building OS X applications that...
How to use custom Info.plist XML to support iOS 9’s new App Transport Security feature
In iOS9 Apple added the new "Apple Transport Security" feature to restrict apps that use HTTP protocol requests under the covers. Apple...
JEDI libraries now in GetIt Package Manager
Hello. I'm very pleased to announce that the popular JEDI libraries are now available in the GetIt Package Manager catalog. ...
Steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8
With RAD Studio 10 Seattle, you can build apps that run on iOS 9. A change in the iOS SDK is causing deployment issues on iOS 9 for 32-bit iOS...
Creating a custom button style with RAD Studio 10 Seattle
In RAD Studio 10 Seattle, we made many enhancements to the integrated style designer in the IDE. In today's post, I thought I would cover the...
Using the new Windows 10 TMultiView mode in your FireMonkey applications
TMultiView is a smart menu component for FireMonkey applications that makes it really easy to create app navigation that automatically adjusts...
New per-DPI awareness in VCL applications
In RAD Studio 10 Seattle, we've added per-DPI awareness in the VCL. This means that, when moving a form from one monitor to another one that has...
Download an image in background with Android Services
So, don't wait and empower your Android apps with background tasks with RAD Studio 10 Seattle, and enjoy many more features and enhancements.
Setting up Oracle for Embarcadero ER/Studio – Part 2
Howdy! Welcome to the next installment of the series. In today's series, we will explore the options for Oracle Client Setup needed for...
New VCL Styles and Style Enhancements in RAD Studio 10 Seattle
In Delphi, C++ Builder and RAD Studio 10 Seattle, we provide a variety of new VCL styles and VCL style enhancements. Windows 10 Styles Choose...
RAD Studio 10 Seattle New Code Samples and Snippets
Windows 10 VCL Controls Quickly and Easily Bring Your VCL App to Windows 10 Trusted by millions of developers...
Adding headers to TListView programmatically
During today's Delphi, C++Builder and RAD Studio 10 Seattle launch webinar, I got a question on how to add headers to TListView programmatically...