CodeDatabaseDelphiRAD Studio

FireDAC Tip: Learn How to Manage Centralized Cached Updates With This Schema Adapter Sample

The FireDAC.SchemaAdapterMemTable Sample uses some methods and properties ofTFDSchemaAdapterin order to implement some features related with the management ofCentralized Cached Updates. Location You can find theSchemaAdapterMemTablesample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object…
Read more
DelphiRAD Studio

Easily Control Android App Permissions In Delphi With Mobile Permissions Component

Since Android 6.0 Marshmallow, users can control the permissions needed by an application. And developers should maintain the accessibility of their applications by handling these permissions properly. In this post, you’ll learn how to easily control android app permissions in Delphi using the Mobile Permissions Component and Android App Builder Software. More information about the…
Read more