CodeDatabaseDelphiRAD Studio

Learn How To Easily Manage Database Transactions With This Delphi Sample App

This sample demostrates how to use the following properties and methods: The isolation property is used for setting up the transaction isolation level for the transactions managed by FireDAC.The auto commit property is used to control the automatic transaction management.The start transaction method is used to start a new DBMS transaction.The commit method is used to permanently store…
Read more
C++Delphi

Elegant Multi-Device FireMonkey Styles

This video presents building a profile screen for your multi-device application using the FireMonkey framework with both native UI support and custom styling. Highlighted in the video are custom multi-device styles included in Embarcadero’s premium style pack and custom…