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…
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…
Code for Psychopaths, Report Issues for Friends
January 28, 2021
How often do you think about the people upstream and downstream from you in the software development lifecycle? The following is some lighthearted advice in the area of soft skills for software developers.
When you write code you get bugs [insert test driven…
Delphi Offers Massive Productivity Boost Over WPF And Electron
January 27, 2021
Embarcadero commissioned a whitepaper to investigated the differences between Delphi, WPF .NET Framework, and Electron for building Windows desktop applications. The benchmark application – a Windows 10 Calculator clone – was recreated in each framework by three Delphi Most Valuable Professionals (MVPs) volunteers, one expert freelance WPF developer, and one expert Electron freelance…
Python4Delphi is the library that provides the integration between Python and Delphi. It is effectively a bidirectional bridge that allows Delphi to execute Python code and call Python libraries and allows Python to call modules written in Delphi in otherwise interact with…
Quickly Learn How To Fetch A Table Using FireDAC In This IFDPhysCommand Delphi Sample
January 26, 2021
The sample uses theIFDPhysCommandinterace tofetch rowsfrom the current command cursor in theDatStable. To this end, the samplecreates a commandinterface to:
PrepareaSELECTcommand.Definethe structure…
Tutorial: Introduction To C++ Parallel Compilation With TwineCompile
January 26, 2021
Use TwineCompile to improve your C++Builder developer speed and productivity. TwineCompile is available via the GetIt Package Manager for 10.4 and newer with Update Subscription.
TwineCompile lists its features as:
Advanced compile system uses multi-threading technology and caching techniques to make C++ compiles 50x faster!
Automatic background compiling engine ensures that files are compiled as…
Quickly Access Windows System Info In Your Delphi Application With Excellent Component Suite
January 25, 2021
Developers may often requires to collect the system info such as computer, processor, devices, networks, etc. for various purposes in your Delphi application. Accessing that information is no more a tough task. MiTec’s System Information Management Suite is the right…
Quickly Define Powerful Client-Side Aggregating Formulas With FireDAC Using TFDQuery In Delphi
January 24, 2021
This sample demonstrates how to define the client-side aggregating formulas with TFDQuery. You can find out more about aggregated fields and values in the Embarcadero DocWiki.
The fkAggregate aggregated fields management is similar to the expression calculated fields…
Quickly Learn How Easy It Is To Bind DataSets To Visual Controls In Delphi With LiveBindings
January 23, 2021
This Sample Uses LiveBindings To Bind A TBindNavigator With Other Controls
Location
You can find theBindLinkFMXsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to Object PascalLiveBindingsbindlinkfmxSubversion Repository: You can find Delphi code samples in GitHub Repositories. Search by name into the samples repositories…