RAD Server が提供する機能のうち、中間サーバの機能は IIS または Apache で動作します。このインストールですが、運用環境向けのインストール手順を見ると docwiki には IIS のインストール手順が以下のように掲載されています。
[コントロール パネル|プログラムと機能|Windows…
Create IoT solutions with Delphi and Arduino with Boian Mitov
January 18, 2017
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…
IoT Boot Camp 2017
January 14, 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…
Modern Web Applications with Intraweb and Bootstrap with Olaf Monien
January 13, 2017
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…
Debugger Hotfix for macOS Sierra and the iOS Simulator
January 11, 2017
Author: Sanggaard
We have been working on several hotfixes to address recent operating system changes on iOS (10) and macOS (Sierra) that affect debugging with RAD Studio. In December we released a hotfix for debugging on 32-bit iOS 10, and we are pleased to release a second…
Making Win10 Calendar controls database-aware
January 9, 2017
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…
Applying a custom style to your Windows and Mac application
January 6, 2017
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…
Use the Excel.Application in C++Builder(bcc64)[JAPAN]
January 3, 2017
Author: Pixelot12345
How to use the Excel.Application in C++Builder. Target device is Win64.
Use the ComObj, call in CreateOleObject (“Excel.Application”).
Including ComObj is required.
In C++Builder it is below.
////
#include "System.Win.ComObj.hpp"
Import…
Configure Delphi and RedHat or Ubuntu for Linux development.
December 29, 2016
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…
Quickly Build A Cross Platform Low Code Christmas Movie REST API Client With Delphi FireMonkey
December 23, 2016
Author: EAE
It is quick and easy to build a REST client with Delphi. I wanted to build out a Christmas themed project in Delphi and what better way than to build a Christmas Movie finder app. I wanted to build this app so that it was cross platform and would run on Android, iOS, macOS, and Windows with a single code base and single UI so I picked FireMonkey to do this. I also wanted to built the…