CodeDelphiRAD StudioTech Partner

Powerful BrainMM Memory Manager Designed For Modern Apps In Delphi/C++

BrainMM is an alternate memory manager for Delphi. There are a number of benchmarks between FastMM and BrainMM provided. This is an open source project over on Github. With time the project will grow to the level of standard Delphi/C++ Builder supply, along with other great libraries. Supports of all operating systems envisaged by Delphi and C++ Builder. BrainMM memory manager…
Read more
CodeDatabaseDelphiRAD Studio

Easily Learn To Store Data In A Nested Dataset using FireDAC With FireDAC.TFDMemTable.NestedDataSet Sample

TheNestedDataSetsample shows you how to set anested datasetin a dataset field. Location You can find theNestedDataSetsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to – Object PascalDatabaseFireDACSamplesComp LayerTFDMemTableNestedDataSetSubversion Repository – You can find Delphi code…
Read more
CodeDatabaseDelphiRAD Studio

Quickly Use Delphi FireDAC In A Multithreaded Environment With The FireDAC.Pooling Sample

This sample uses theUse Connection Definitiondrop-down menu to select a connection definition. In a multithreaded application, where each thread starts, establishes a connection, performs a certain short task, and releases the connection, the repetitive connection establishments may lead to performance degradation across the whole system. To avoid this, the application can use the…
Read more
C++DelphiRAD Studio

Quick Way To Bind ListCollections Between Control and Source Component With ListCollections Sample App

ListCollections is a sample application on how to use LiveBindings to populate a list box with the items gathered from various collections.You can find Delphi and C++ code samples in GitHub Repositories. Search by name into the samples repository according to your RAD Studio version. ListCollections Sample requires the following component: TBindingsList: Built on…
Read more