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…
fotoARRAY Is An Amazing Image Manager For Easier Photo Browsing And It Is Made In Delphi
February 9, 2021
fotoARRAY is a specialized database program that allows you to browse and organize large numbers of images and is similar to a Digital Asset Management System (DAM) and it is made in Delphi.
fotoARRAY will let you access, view, organize and export images quickly and…
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…
MetroDrummer Is A Multi-Platform Drum Machine App Built With Delphi
February 6, 2021
MetroDrummer is a powerful drum machine app for Android and iOS (and Windows and Mac) and it is built in Delphi. It features “12 Sections of rhythms with possibility to upload up to 48 rhythms for each section” and a “User section where to store your favorite rhythms with tempo change and mute drum parts” plus you can “Select any tempo from 40 (largo) to 300 beats per…
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…
Easily Build A Cross-Platform Tic-Tac-Toe Game In Delphi FireMonkey With Visual Shape Controls
February 4, 2021
Since the launch of the GetIt package manager a significant number of components and libraries distributed on GetIt. One of them is Radiant Shapes, which is a bonus pack for RAD Studio developers.
Radiant Shapes includes 30+ reusable shape components that are very…
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…
Quickly Build A Drawer With The TMultiView Component For Android And iOS Apps Using FireMonkey In Delphi
February 3, 2021
The MultiViewDemo sample demonstrates how to build an application that implements the “master-detail” interface and how to use the master panel presentation modes.
In this post, we’ll show a sample that allows you to change the master panel…
TheCachedUpdatessample shows you how to work with theTFDMemTableclass. To this end,TFDMemTableretrieves data from a database throughTFDTableAdapterandTFDCommand. Then, the sample uses some methods and properties…
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…