We have seen dozens of signal processing or scientific calculation applications written in Delphi, and probably most of them have utilized the OptiVec. OptiVec offers a wide range of functions for scientific use.
The OptiVec includes the completely vectorized models of all operators and math functions of C/C++/Pascal/Delphi for all integer and floating-point data types.
OptiVec has three…
PrintDAT Is A Powerful Reporting Component For Printing Datasets
February 15, 2021
Have you ever thought about creating a data report by writing just one line of code? One of the best third party components can do that! This is really amazing.
PrintDAT by Grebar Systems Inc. offers you to make TDBrid, TStringGrid, TListbox, TTable, TQuery, TDataset…
In the first blog post, we have quickly explored shader programming in Delphi FireMonkey. And we learned how to create a material source using TCustomMaterial. Then we have applied that material to a 3D control. This post is based around a blog post by Embarcadero MVP Erik…
Robust DataSet To JSON And JSON To DataSet API For Delphi
February 12, 2021
Most of the time, developers tend to use DataSet to manipulate the data in their applications. DataSet is helpful because it stores data in the dataset’s fields array property. You can easily access these values by number or by name. Moreover, each field can be used to read or modify the current record’s data by using its Value property or type-specific properties such as AsString…
Enable User-Friendly Diagramming, Flowcharting, And Graphing Capabilities In Your Windows Applications
February 12, 2021
TMS Software offers commercial components and libraries for RAD Studio developers from UI components to cloud computing libraries. One of the best UI component suites is the FNC Blox which is a set of cross-platform controls for Delphi & C++ Builder to easily add…
High-Performance Visual And Non-visual Custom DataBase Grid Components Are Great For Windows Apps
February 11, 2021
Thousands of Delphi and C++ Builder developers loveEhlibcomponents. BecauseEhlibcontains productive components and classes which are very helpful to make great client part of the database applications with Delphi and C++ Builder.
The most…
TMS VCL Cloud pack is a set of VCL components that let you connect dozens of different cloud services within a few steps. With the TMS VCL Cloud pack you can integrate with Google, Microsoft, iCloud, DropBox, PayPal, YouTube, Facebook, LinkedIn, Yandex Disk, Amazon, Twilio, Flickr, and many more.
Check out the video:
https://www.youtube.com/watch?v=qzXIIPQpHmcu
Here is an example of…
Quickly Explore Powerful Shader Programming In Delphi FireMonkey
February 8, 2021
Computer Graphics Programming class is one of the interesting ones in any computer science undergraduate program. This semester I am taking this course as my core science course, and it is getting fascinating every topic. Since most of the universities teach programming in…
NexusDB Is A Powerful Client Server Embedded Database Engine For Delphi With A Unique Feature Set
February 8, 2021
NexusDB is one of the loved database systems by Delphi developers around the world. It offers the Embedded free version which is a single-user database that compiles without any additional libraries. Delphi itself ships with the powerful FireDAC data access components…
Quickly Execute And Read Output From The Windows Command Line Shell With DOSCommand
February 8, 2021
Most of the utility programs utilize some kind of DOS programs like batch files for configuring some settings. If you ever wanted to run DOS programs from your main application and get the output to show in a memo or a list box this DOSCommand component lets you do that easily.
TurboPack DOSCommand component is open-source and free to utilize in Delphi and C++ Builder Win32-Win64…