CodeDelphiRAD Studio

Easily Load And Display Web Content Cross-Platform In Delphi On Android And IOS

The main form of the Sample contains a TWebBrowser component that supports the basic functions of a web browser, such as: navigate to URL, go back and go forward. In this post, you’ll learn how to easily load and display Web Content Cross-Platform In Delphi On Android and IOS using Cross-Platform App Builder. Location You can find theWebBrowsersample project…
Read more
DelphiRAD Studio

Easily Apply VCL Styles To Dialogs And More With Open Source VCL Styles Utils Project

The VCL Styles Utils is a Delphi library that extends the RAD Studio VCL Styles, adding unique features like the support for Classic and New Common dialogs, Task Dialogs, Styling of popup and shell menus, Non client area components, and much more. This library was used very successfully to apply styles more fully in Dev-C++. Features Vcl.Styles.Ext unit extended the VCL Styles…
Read more
DelphiRAD Studio

Learn How To Create Flexible Cross-Platform FireMonkey Applications Using TFrameStand For Delphi

Create modern-looking applications with FireMonkeyTFrameStandandTFormStandcomponents from Andrea Magni, who is one of the Delphi and FireMonkey MVPs. Easily use TFrame or TForm descendants in your FireMonkey applications to gain visual consistency through the whole user experience and easily add modern-looking elements like effects and transitions. You can easily…
Read more
C++RAD Studio

Solve Complex Linear Algebra Problems With Eigen C++ Library

Since we learn C and C++ at university, we happen to get many projects related to Applied Math and Linear Algebra. And we should build an application to solve different complex problems with C/C++ (mostly C++). I have tried to implement some functions, for instance, dot product and cross product functions and also several matrix elimination functions. But, while stuck on implementing some methods…
Read more