Developer Michal Mutl has a powerful network scanner software and network discovery tool available for Windows and it is built in Delphi. According to the site it “is a free multi-threaded ICMP, Port, IP, NetBIOS, ActiveDirectory and SNMP scanner with many advanced features. It is intended for both system administrators and general users who are interested in computer security. The program…
Importing and exporting data with IBConsole
January 22, 2021
There are several options available for migrating or importing data with InterBase databases. No matter if you are migrating and need to import data into your new database or exporting your data to use in third party systems. One of those options is IBConsole. IBConsole…
Xinorbis is a very powerful hard disk, folder and storage analyzer available over on SourceForge. A good portion of it is open source and mainly written in Delphi. Other utilities included with it are written in C++ and C# which shows how easy it is into integrate Delphi and…
Developer Ansgar Becker created HeidiSQL as lightweight open source database management tool which supports MariaDB, MySQL, MS SQL, PostgreSQL and SQLite. It makes use of Delphi’s native VCL styles very effectively to provide a nice looking interface which the developer can customize for their preference. Some of it’s powerful features include connecting via SSH tunnel, creating and…
The FireDAC.TFDLocalSQL MegaFMX sample is divided in three tabs where each tab demonstrates single Local SQL usage case.
Each tab has dedicated SQLite in-memory connection established using theTFDConnectionwith only single parameterDriverID=SQLite. When…
Enterprise Component Pack 2020 Details
August 18, 2020
Embarcadero has teamed up with some of our top Technology Partners to make an amazing Enterprise Component Pack for everyone upgrading to 10.4 Enterprise for a limited time. Upgrade today before time runs out.
IPWorks WebSockets – IntraWeb 15 Personal –…
Rapidly Upgrade Legacy Solutions With This RAD Server Comprehensive Quick Start Guide
August 9, 2020
RAD Server is a turn-key application foundation for rapidly building and deploying services based applications. RAD Server enables developers to quickly build new application back-ends or migrate existing Delphi or C++ client/server business logic to a modern services based architecture that is open, stateless, secure and scalable. At the time of this writing RAD Studio Enterprise incldues one RAD…
A common pattern when inserting data into a database table which has an auto increment field set on it is to use an SQL query to select the last inserted ID of the newly created record. Once you use your TFDQuery to run your INSERT query you can run this second query to get…
RAD Studio 10.2.3におけるデータベースとFireDACの機能強化
March 29, 2018
Author: Shinji Chikugi
この記事は、MARCO CANTUによるDatabase and FireDAC Enhancements in RAD Studio 10.2.3の抄訳です。
私は、Delphi,C++BuilderとRADStudio…
Author: h.mohri
Output toJSON Base64 ImageData Reading Browser.I useExt JS. And theJSON serverisC++Builder bcc32.
Create a standalone new project for WebBroker.
Add action on TWebModule side.
PathInfo is set to"/img".
It is a code to outputJSONcorresponding toCORS.
Code that can be compiled withbcc32.