The Sample is using the “Custom” list view item appearance value and configuring the appearance properties of list view items at design time. It also shows how to do this at run time.
When you run the application, it shows a list view. Each list item shows a detail text under its main label.
Tap theSet Propertiesbutton to change the appearance of the list view at run…
The main form of the Sample contains a TWebBrowser component that supports the basic functions of a web browser, such as: navigate to URL, go back and go forward.
In this post, you’ll learn how to easily load and display Web Content Cross-Platform In Delphi On…
Gorilla3D is a powerful, easy to use, and modern 3D framework for Delphi and C++ Builder FireMonkey on Windows and Android. IOS and OSX support are listed as in progress. This is a commercial product and appears to be an Alpha release but source code is available. It’s…
Learn How To Create Flexible Cross-Platform FireMonkey Applications Using TFrameStand For Delphi
December 29, 2020
Create modern-looking applications with FireMonkeyTFrameStandandTFormStandcomponents from Andrea Magni, who is one of the Delphi and FireMonkey MVPs.
Easily use TFrame or TForm descendants in your FireMonkey applications to gain visual consistency through the whole user experience and easily add modern-looking elements like effects and transitions.
You can easily…
The NativeControls sample shows the use of the Native Controls of FireMonkey. To this end it uses several components that are configured with its ControlType property set to Platform in order to have the native styling of that control.
Note: Only iOS and Windows support…
Create Powerful Linux Applications Using Delphi And FMXLinux
December 25, 2020
The demand for Linux applications is increasing year after year, as this free and open-source OS becomes more prevalent on PCs. For those of you who need to meet this demand, I present to you FMXLinux (Embarcadero Software License) for Delphi, which allows you to work on…
Create Robust Core Music Player Functionality For Windows In Delphi With FMX Sample
December 23, 2020
The MusicPlayer application uses controls such as TProgressBar, and TTrackBar, and platform-specific technologies such as MPMusicPlayerController for iOS, to show how to create a music player.
Your device needs to have at least one song so that you can see the application functionality. The sample allows the audio files listing and standard media controls like play, pause, and volume.
Note…
Create Flexible Cross-Platform Apps With Multiple Tabs For iOS And Android In Delphi
December 14, 2020
TheTabSlidingsample shows in a good way how to create applications with multiple tabs for iOS and Android. The sample usesTabControlwithTabPositionset toDotsin order to enable scrolling oftab items. The sample has 2 tab…
Learn To Add Custom Text Rendering And Formatting Capabilities To Your Delphi FMX Controls Quickly
November 19, 2020
Most applications demand high-quality text rendering, resolution-independent outline fonts, and full Unicode text and layout support. Looking for a device-independent text layout system that improves text readability in documents and in UI for Your Delphi/C++ applications?
Quickly Learn How To Optimize Your Delphi Apps With ProDelphi In This CodeRage Replay
November 6, 2020
ProDelphi measures the runtime of Delphi programs. If a program is too slow, ProDelphi gives the necessary information to optimize it.
The principle ofsource code instrumenting, a sophisticated correction algorithm and the uniquegranularity of 1 CPU cycleguarantee toget correct measurement results.Other profilers only have a granularity of 1 ms or…