FMX.TabSlideTransition Sample can add dynamism to use tab sliding effects in Mobile applications.
Location
You can find theTabSlideTransitionsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and navigate to: Object PascalMulti-Device SamplesUser InterfaceTabSlideTransitionCPPMulti-Device SamplesUser InterfaceTabSlideTransition Subversion…
Learn How Easy It Is To Map Dataset Columns With A Table Adapter In FireDAC For Delphi
March 6, 2021
TheCommandssample shows you how to set up column mappings.
Location
You can find theMappingColumnssample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to: Object PascalDatabaseFireDACSamplesDApt…
Learn How to Use The MQTT Protocol in Delphi With This Library
February 11, 2021
MQTT stands for MQ Telemetry Transport and it is a specification for a publish-subscribe protocol for communication between devices.
When we are talking about Lightweight and Efficient, MQTT Protocol is a very good example. MQTT clients are very small, require minimal…
Flexible InterBase AdminUtility Sample Tours You Through Powerful InterBase Features
February 11, 2021
The sample also admits authentication.
Apart from the parameters to connect to an InterBase server, the sample has four tabs to perform administrative tasks:
Server UsersTab:
ClickRefresh Usersto get all the users from the InterBase server.
BackupTab:
Use this tab to backup a database. Introduce theDatabase Pathto specify the InterBase database and…
Learn How To Migrate dbExpress To FireDAC With The reFind Tool In This Delphi Sample
February 7, 2021
This sample project demonstrates how to migrate the projectMeetingOrganizerfrom dbExpress to FireDAC using the reFind.exe tool.
Location
You can find theDBX2FDMigrationproject at:
Start | Programs | Embarcadero RAD Studio Sydney |…
Escape sequences allow for writing DBMS-independent SQL commands. The sample predefines some escape function sequences. To execute a predefined escape function, right-click the Function edit box and choose a predefined escape function from the popup menu. Moreover, the…
Powerful IDE Colorizer Lets You Customize The RAD Studio Workspace With This Plugin
February 4, 2021
RAD Studio has two modes, dark and light. Since most of the developers love different kinds of dark modes, they might need several options to choose. But, currently, RAD Studio only offers two dark and light modes.
There is a plugin called Delphi IDE Colorizer that helps to change the whole RAD Studio theme to different looks. In a simple word, you can alter the entire RAD Studio feel…
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…
Quickly Build A Drawer With The TMultiView Component For Android And iOS Apps Using FireMonkey In Delphi
February 3, 2021
The MultiViewDemo sample shows how to create an application that implements the “master-detail” interface and explains how to use the master panel presentation modes.
This sample allows you to change the master panel characteristics, such as mode, placement…
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 ofTFDTableAdapterin order to implement some features related with the management ofCached…