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…
Easily Optimize Multiple SQL INSERT Commands In A Single Step With Array DML In Delphi
December 31, 2020
TheBatchsample shows you how to use theArray DML executiontechnique to execute multiple SQLINSERTcommands in a single step to optimize database population performance. To this end, the sample uses theIFDPhysCommandinterface to…
Discover The Powerful In Memory TFDMemTable Data Table In Delphi
December 30, 2020
TheMainsample shows you how to use different database functionalities related with theTFDMemTableclass. To this end, the sample uses different properties and methods of the cited class. The following dataset features are implemented:
Savea…
Easily Convert C Code Into Delphi Code With Open Source Solution
December 29, 2020
Have you ever tried to convert your C programs into Delphi? If it is you? Here is the solution for you!
C-To-Delphi–This tool will convert most of your standard C code.
It contains a split view, with C on the left and Delphi on the right. The Delphi code gets updated in realtime when you edit the C code. The editors are kept in sync, so you can easily find how a specific…
Easily Customize The Syntax Editor Coloring In Delphi With The Third Party Delphi IDE Theme Editor
December 29, 2020
The Delphi IDE Theme Editor lets you customize the syntax highlighting editor within the Delphi IDE. Additionally, full source code is available for it as well. Delphi has this functionality built in but if you want more custom settings to get in there and really tweak the…
Discover COM Based Drag-And-Drop VCL Component Suite For Delphi
December 28, 2020
The drag and drop system that is built into the VCL is limited in that it only supports drag and drop within the same application. If you need to drag data from your application to other applications (e.g. Word, Explorer or Outlook), or if you need to be able to accept data…
The NativeControls sample shows the use of the Native Controls of FireMonkey. To this end it uses several components that are configured with its ControlType property set to Platform in order to have the native styling of that control.
Note: Only iOS and Windows support native controls. The following links provide a list of controls that support native presentation on iOS and Windows…
Discover A Practical CD/DVD/Blu-Ray Burner Windows Component Suite For Delphi By WINSOFT
December 26, 2020
Introduction
Delphi Builder components for preparing and burning images to CD, DVD, and Blu-ray optical storage media. Uses standard Windows Image Mastering API 2.
2. Components in the Demo and what they do
The Demo contains some labels with text, as…
Create Powerful Linux Applications Using Delphi And FMXLinux
December 25, 2020
The demand for Linux applications is increasing year after year, as this free and open-source OS becomes more prevalent on PCs. For those of you who need to meet this demand, I present to you FMXLinux (Embarcadero Software License) for Delphi, which allows you to work on…
Introduction
Camera for iOS is a Firemonkey component that only works on the iOS platform. It makes use of the AVFoundation framework and offers a native video preview. It also recognizes native barcodes (EAN, QR Code, Data Matrix, Aztec, UPC-E, PDF417, ITF 14, and so on) and native faces.
2. Components in the Demo and what they do.
The Demo includes a TabControl…