Delphi

Modern Web Applications with Intraweb and Bootstrap with Olaf Monien

Author: C. McBride Building Web applications with Delphi and Intraweb is possible since many years. If you start off using the standard template that comes with the latest Delphi versions, then your application will look and feel outdated and ugly though. There is an open source Bootstrap integration for Intraweb, which will move your Intraweb applications into this century. In this session I will…
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…
Delphi

Applying a custom style to your Windows and Mac application

Author: Bazzer747 Create a FireMonkey Multi-Device Application Place your UI controls onto your form Browse to the StyleLookUp property for each control and select a style element (you can also do this after following the steps below) Drop TStyleBook onto your form Set the Form’s StyleBook property to StyleBook1 Double-click on the StyleBook component on your form to open the…
Read more