This visualization sample demonstrates the use of theTMapViewclass. We will show how to display and interact with the map, including:
Changing between two tabs that display different maps.Showing the coordinates of the map center.Zooming in and zooming out both maps.
Location Visualization
You can find theTabbed Mapsample project at:
Start | Programs |…
Discover The Powerful Custom ModernListView Library For Cross-Platform Development in Delphi FireMonkey
April 2, 2021
The website www.fmxexpress.com has an article with some really detailed information about the ModernListView Library. Lets check what they are saying.
“Developer rzaripov1990 has a custom ListView component over on Github for Firemonkey in Delphi 10 Berlin. The…
Work Efficiently With Git Repositories Using GitForDelphi
March 30, 2021
GitForDelphi allows you to work with git repositories from within your Delphi code, with the only dependencies being the uGitForDelphi.pas source file and the libgit2 DLL.
It’s extremely easy to use GitForDelphi !
To set it up, just add uGitForDelphi to…
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…
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…
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…