DelphiIDENewsTech Partner

Accelerate Development With The Latest FMX And VCL Packages Via Embarcadero GetIt

The RAD Studio IDE has a package manager called GetIt built in which that allows you to browse, download, purchase, and install packages. Packages provide libraries, components, IDE extensions, SDKs, styles, samples, and more. Packages available in the package manager can be browsed on theEmbarcadero GetItsite and installed in the IDE or via a command line. Additionally, the latest…
Read more
DelphiShowcase

MetroDrummer Is A Multi-Platform Drum Machine App Built With Delphi

MetroDrummer is a powerful drum machine app for Android and iOS (and Windows and Mac) and it is built in Delphi. It features “12 Sections of rhythms with possibility to upload up to 48 rhythms for each section” and a “User section where to store your favorite rhythms with tempo change and mute drum parts” plus you can “Select any tempo from 40 (largo) to 300 beats per…
Read more
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
CodeDelphiRAD Studio

Quickly Implement A Master-Detail App For Tablets In Delphi With This Example

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 person currently selected on the list view. You can tap list view entries to select them and load their information on the…
Read more