CodeDatabaseDelphiRAD Studio

Learn How Easy It Is To Connect To Microsoft SQL Server In Windows Delphi Development

This sample allows the user to create a temporary connection definition at run-time and the master-details relationship between datasets using TFDQuery to work with MSSQL databases. Location You can find theMSSQLsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object PascalDatabaseFireDACSamplesGetting StartedMSSQL…
Read more
CodeDelphiRAD Studio

Quickly Rotate An Image With Gestures On iOS And Android In Delphi FireMonkey

It displays a picture, which the user can rotate by pressing it with two fingers and rotating them. The image rotates in the direction that your fingers are pointing. The image rotates to the right when the fingers are rotated to the right. The image rotates to the left when the fingers are rotated to the left. Location You can find theImageRotationsample project at: Start |…
Read more
CodeDatabaseDelphiRAD Studio

Quickly Learn How To Debug And Monitor Your FireDAC Connection In Delphi

TheMoniLayerClientssample shows you how to use the FireDACtracing and monitoringcapabilities to show how an application is communicating with a FireDAC monitor client. To this end, the sample uses two different FireDAC monitor clients: FlatFile-client and Remote-client. To use both monitor clients, the sample uses two client link components: the TFDMoniFlatFileClientLink…
Read more