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
CodeDelphiRAD Studio

Linear Algebra library by Winsoft

Introduction Linear Algebra library supports Windows 32 and Windows 64. It uses OpenBLAS optimized BLAS (Basic Linear Algebra Subprograms) and LAPACK (Linear Algebra Package) libraries. Installation instructions can be seen in the video below. 2. Components in the Demo and what they do The Demo contains TMemo component for the Result, converted in Text and one TButton…
Read more
CodeDelphiRAD Studio

Optical Character Recognition using Winsoft's component

Introduction OCR (Optical Character recognition) is a VCL type component (Windows platform only). Its main purpose is to decode text from a picture into plain text. Take a look at the video below to get the installation instructions. 2. Components in the Demo and what they do There are two main panels – one on the left and one on the right witch keep all the other visual…
Read more