Learn How to Asynchronously Execute SQL In Delphi With FireDAC
January 2, 2021
The Async sample shows you how to use the IFDPhysCommand interface to configure the different asynchronous execution modes. To this end, the sample uses a group of four radio buttons. Each radio button sets the Options.ResourceOptions.CmdExecMode property of the IFDPhysCommand interface to one of the following execution modes: amBlocking, amNonBlocking, amCancelDialog, and amAsync.




