C++CodeDatabaseDelphiIDEInterBaseRAD StudioTech Partner

The Ultimate Cheat Sheet On Windows 10 App Development

Today is an exciting and dynamic time to be a developer. Technology advances seem to have accelerated and, with this, our software projects seem to paradoxically expand and shrink simultaneously. They expand because more devices and environments are becoming available to them. They shrink because we tend to use the same tools for developing all variants of our work. Past developers could have a…
Read more
DelphiShowcase

iEditor: A Fun Web Document Editor Is Delphi Powered

iEditor is a Web Document Editor and it is built in Delphi. This is a nice looking project available in the Microsoft Windows Store. It features an HTML 5 Editor, a CSS 3 Editor, a Javascript Editor, and a Plain Text Editor. Additionally, it has the ability to Archive a project, preview the projects in a Embedded Browser, and a List of templates. I like the interface on this and it looks like a…
Read more
News

Hello JavaScript

Author: Bogdan Polak BSC Temporarily I have to break the theme of project architecture in Delphi. You have certainly heard that the Emabarcadero acquired Sencha (official press release).In addition to the fact that I love Delphi, I’m also a big fan of…
Delphi

Six Easy Ways To Embed JavaScript Engines In Your Delphi 10.2 Tokyo Apps

JavaScript is a useful scripting language which you can incorporate within your Delphi 10.2 Tokyo apps in a number of ways. There are open source, commercial component sets, and libraries which quickly allow you to do this in Delphi. These include JSEngine, ScriptGate, paxCompiler, v8delphiwrapper, BESEN, and ChakraCore headers. Some of the reasons why you might want to use Delphi and JavaScript…
Read more
Delphi

Learning JavaScript

Author: Pawe Gowacki My favorite programming language is Object Pascal. Period. However it is not the only programming language in the world. Probably my very first was Basic on ZX Spectrum, then came Turbo Pascal on DOS and quickly changed to Delphi and Object Pascal. Over…
Delphi

Learn How To Add Endpoints To RAD Server In The Hospitality Survey App Template

The Hospitality Survey EMS projectis part of theHospitality Survey App template for Delphi 10.2 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post I am going to cover theHospitality Survey EMS project. Itis the backend RAD Server module for the Hospitality Survey Client and the…
Read more