Running the FMX.TabletMasterDetailwithSearch Sample, it shows you two columns. The column on the left-hand side shows a list of people and includes a search box. The column on the right-hand side shows details (a picture, name, job and “description”) about the person currently selected on the list view.
You can tap list view entries to select them and load their information on the…
The ability of a framework to support developer productivity is a measure of its ability to speed up the time it takes to bring an application to market, and its influence on long-term labor costs. Developer productivity, therefore, directly affects the sustainability and…
Visually Designing Apps In Delphi Deliver Up To 5X Productivity Gains Over WPF And Electron
January 28, 2021
Building a functional, intuitive and visually appealing user interface is vital to the success of an app. It also involving a time-consuming design and coding effort that can be further exacerbated without the tools that enable visual design. Using a WISYWIG (What You See Is…
Delphi Offers Massive Productivity Boost Over WPF And Electron
January 27, 2021
How do Delphi, WPF .NET Framework, and Electron perform compared to each other, and what’s the best way to make an objective comparison? Embarcadero commissioned a whitepaper to investigate the differences between Delphi, WPF .NET Framework, and Electron for building Windows desktop applications. The benchmark application – a Windows 10 Calculator clone – was recreated in each framework…
Quickly Learn How Easy It Is To Bind DataSets To Visual Controls In Delphi With LiveBindings
January 23, 2021
This Sample Uses LiveBindings To Bind A TBindNavigator With Other Controls
Location
You can find theBindLinkFMXsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to Object…
Since Android 6.0 Marshmallow, users can control the permissions needed by an application. And developers should maintain the accessibility of their applications by handling these permissions properly.
In this post, you’ll learn how to easily control android app…
With Delphi, you can do many things from embedded development to cross-platform development or even web development. You can achieve high productivity with RAD Studio. As you know you will get hundreds of amazing components within RAD Studio, and these components solve much work for you.
With the FireMonkey framework, you can create any type of application for iOS, Windows, Android, macOS, and…
To continue our discussion of Linux development, let’s take a look at this incredible collection of sample projects available for download, which demonstrate some amazing functions that you can use on your Linux projects.
First, let’s look at how to install the…
This sample shows how to use FireMonkeyimage lists. In theUsing TImageList Image Lists as Centralized Collections of Imagestutorial, this example is used:
Todemonstrate how to usetheImage List Editor.To describe the code implementing…
It displays a picture, which the user can rotate by pressing it with two fingers and rotating them. The image rotates in the direction that your fingers are pointing. The image rotates to the right when the fingers are rotated to the right. The image rotates to the left when the fingers are rotated to the left.
Location
You can find theImageRotationsample project at:
Start |…