TheOnUpdateRecordsample shows you how to cache the user changes when using read-only dataset and then, how to apply updates on behalf of queries that cannot post updates directly. To this end, the sample uses theOnUpdateRecordevent ofTFDQueryand theTFDUpdateSQLobject.
Location
You can find theCentralizedCachedUpdatessample project…
Get These Visually Stunning FireMonkey Styles Free To Enhance User Experience In Your Delphi Apps
January 20, 2021
Last few years, we can see that many amazing and visually stunning FireMonkey and VCL styles have been developed. With these kinds of styles, you can take your user experience of the application to next level by just applying it with the TStyleBook component.
TStyleBook…
The sample shows in a nice way how to use theTFDLocalSQLcomponent to execute SQL commands on in-memory database, represented by several TFDMemTables.
This sample uses aTFDConnectionto connect to the SQLite in-memory database (with…
Quickly Set Up Flexible Master-Detail Relationships Between Datasets In Delphi Apps
January 18, 2021
The sample uses the master-detail relationship to automatically filter a detail dataset based on a current master dataset record. In this sample, the master dataset has “Order” records, and the detail dataset shows only lines for the current order. Moreover, the sample uses theModeproperty ofTFDFetchOptionsto control how the result set records must be fetched…
Learn More About The Powerful Macros Property Of IFDPhysCommand With FireDAC In Delphi
January 16, 2021
The sample allows you to modify the macro values at run time.Note: See thePreprocessing Command Texttopic for more information about parameterizing SQL command texts.
Location
You can find theMacrossample project at:
Start | Programs |…
Library for logging on files, console, memory, email, rest, event log, Syslog, slack, telegram, Redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi Firemonkey (Windows/Linux/OSX/IOS/Android).
Quick…
Cross-Platform 4D Solar System Simulation Is Built In Delphi
January 15, 2021
Planet Fun is a 4D solar system simulation for Android and iOS and it is built in Delphi. Planet positions are calculated using VSOP2013 ephemeris, years between 1500 and 3000 according the developer. The app is built using FireMonkey 3D functionality and full source code is available. Among its features are a solar system animation with configurable speed, choose camera target (Sun or planets)…
With Delphi, you can do many things from embedded development to cross-platform development or even web development. You can achieve high productivity with RAD Studio. As you know you will get hundreds of amazing components within RAD Studio, and these components solve much…
Power Tip: Learn How to Send Arrays To An InterBase Database Using FireDAC In Delphi
January 13, 2021
The Arrays sample shows you how to use the TFDParam.ArrayType property to send arrays to a database server. To this end the ArrayType property is set to atTable.Note: This demo establishes a connection to the Interbase localhost server by default, using…
Easily Connect To SQLite Using FireDAC And LiveBindings In Delphi
January 12, 2021
This sample shows the use ofFireDACdatabase connection usingSQLite. Also, it shows how to use aTBindNavigatorcontrol.
Location
You can find theFMGettingStartedproject at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object PascalDatabaseFireDACSamplesGetting Started FMXSQLite_Desktop Subversion Repository: You…