If you need a high-quality diagram editing environment the TMS Diagram Studio is for you. With the TMS Diagram Studio, you can add diagram and flowchart capabilities to your application.
The TMS Diagram Studio has an editing behavior similar to standard diagramming applications. And provides a high-quality drawing of blocks and lines. Since, there are ready-to-use flowcharts, different arrow…
RAD Studio comes with hundreds of visual and non-visual components to make developers’ life easier. But not knowing how to use them is the problem most of the time. I have seen many new VCL and FMX developers try to do something within a hard way. So, we are here for…
Winners of the Delphi 26th Showcase Challenge
March 10, 2021
So many great entries for the Delphi 26th Showcase Challenge! There were 170 entries covering a wide range of project types. Everything from games and multimedia to line-of-business and consumer software. Both on VCL on the desktop and FireMonkey on mobile platforms. It is…
Data visualization is one of the essential parts of most applications. Without visual or graphical representation the data is somehow boring. With charts, diagrams and maps you can easily understand the data by just looking at it.
Creating a graphical representation of the data in Delphi is very easy because of its built-in components. For instance, the TeeChart component library has 2D and 3D…
Delphi and C++ Builder provides a set of advanced REST components to talk with external APIs. Several sample applications show you how to exchange data with APIs. For example, theCloud API Testsample has fully functional 5K+ lines of code demo for playing with…
Creating an app and starting a business is not the same as distributing written software worldwide. Globalization is the most important trend in all markets right now. If you want to stay competitive, consider localizing your software to each market or at least targeting…
The FMX.TabSlideTransition Sample adds dynamism to the use of tab sliding effects in mobile applications.
Location
You can find theTabSlideTransitionsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand navigate to: Object PascalMulti-Device SamplesUser InterfaceTabSlideTransitionCPPMulti-Device SamplesUser InterfaceTabSlideTransition…
A Delphi developer asked how do you change the background color of a FMX (FireMonkey) TEdit ?
As many know, for a VCL TEdit, you could just set the color property of the TEdit, like this:
Edit1.Color := clYellow;
Then at Run-Time, after calling Edit1.Color := clYellow, the…
What Are The Best Options For Mobile App Development?
March 4, 2021
Mobile app development can be categorized into the creation of 3 main types of applications. Native apps, web-based mobile apps, and hybrid apps.
What are the differences between native, hybrid, and web applications?
The simplest way to describe the difference between…
TMS Software provides high-level components and libraries for iOS development with Delphi and C++ Builder. One of the essential component suites is the TMS PassKit components. With the TMS PassKit, you can generate PassKit discount coupons, event tickets, store cards, travel tickets for iOS PassKit wallet from Delph/C++ Builder FireMonkey.
The Wallet is an application on Apple iOS that manages…