News

Web Front End Frameworks webinar

Author: StephanM Delphi and C++Builder are amazing at building native multi-platform apps. There are also a great collection for Frameworks for building GUI web applications. This webinar will look at building high performance, feature rich web GUIs with your favorite development tool. [View the slides] Back End frameworks RAD Server DataSnap WebBroker Delphi MVC Framework Synopse mORMot HREF…
Read more
News

Update your application UI with TMultiView

Author: nighthawk2032 To use the TMultiView component, drag and drop the TMultiView component onto your Multi-Device form. You can also use the Master/Detail Multi-Device template (File->New->Multi-Device Application) as a good starting point. The drawer is…
Delphi

Create IoT solutions with Delphi and Arduino with Boian Mitov

Author: Nena X63523 Create IoT solutions with Delphi and Visuino Connect to Arduino or ESP8266 type devices from Delphi using USB, Wi-Fi, Bluetooth LE, or MQTT over Internet. Boian Mitov is a software developer and founder of Mitov Software, specialized in the areas of Video, Audio, Digital Signal Processing, Data Acquisition, Hardware Control, Industrial Automation, Communications, Computer…
Read more
News

IoT Boot Camp 2017

Author: Gabe In this bootcamp you will learn how to build a RESTful Network of IoT Devices with Arduino and RAD Server. Arduino open source hardware provides a flexible platform to build connected Internet of Things hardware projects. RAD Server provides a RESTful…
News

Making Win10 Calendar controls database-aware

Author: Dmitry Kovalenko Programming is fun. Sometimes projects and apps are more serious, sometimes less. On my recent Delphi 10.1 Update 2 presentation two times I have been asked about data-aware versions of new VCL Win10 calendar controls. Here is the code. unit uDBCalendarView; interface uses System.Classes, Vcl.WinXCalendars, Data.DB, VCL.DBCtrls; type TDBCalendarView =…
Read more
News

Setting Up Ubuntu Server for the Delphi on Linux

Author: daniel L62827 After part 1 you should be up Update Subscription so you can join the Godzilla beta. Here are the steps for installing Ubuntu 16.04.1 LTS Server and setting it up for use. We are using Ubuntu Server because we don’t need the extra parts for the desktop (like the GUI layer) and we do need the server components. We are using the LTS (long term support) release. You can…
Read more