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 automatically invoked by swiping across the screen from either the left or the right side (depending on the placement of the…
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 service. Join industry experts for this FREE 4-day online workshop that ranFebruary 6th to 9th. Create connected device…
Read more
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

Configure Delphi and RedHat or Ubuntu for Linux development.

Author: Fred F Image courtesy of Jim McKeeth. One of the more exciting features of the pending 10.2 release of Delphi and RAD-Studio, is support for targeting Linux. In this post, I’m going to step you through setting up your development environment to deploy applications to either RedHat Enterprise or Ubuntu 16.04. Explore more information on Windows Subsystem for Linux and get a helpful…
Read more