Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Delphi Programming Projects

You're reading from   Delphi Programming Projects Build a range of exciting projects by exploring cross-platform development and microservices

Arrow left icon
Product type Paperback
Published in May 2019
Publisher Packt
ISBN-13 9781789130553
Length 248 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
William Duarte William Duarte
Author Profile Icon William Duarte
William Duarte
Arrow right icon
View More author details
Toc

Table of Contents (9) Chapters Close

Preface 1. Building an Instagram Clone FREE CHAPTER 2. Building a Facebook REST API 3. Cross-Platform Services for Windows, iOS, and Android 4. Design Patterns to Build a Multi-Database System 5. Creating GUI Apps with FireMonkey 6. Implementing Tethering to Create a Remote Control 7. Building Microservices Using the RAD Server 8. Other Books You May Enjoy

Creating Windows services

If you are looking to create an application that is always available online and requires little or no human intervention, then a Windows service is the option to go for. By creating a Windows service, we can delegate the responsibility of starting the application for Windows itself, among other advantages.

Delphi already has a base project in its wizard, which is readily available for creating a Windows service; just go to File | New | Other | Delphi | Windows| Windows Service:

In newer versions of Delphi, the visual framework—either Visual Component Library (VCL) or FMX—is decoupled. That is, projects don't necessarily come with one of these frameworks installed by default. If, in your IDE, you receive the message to include the VCL, then confirm it as follows:

Delphi, as mentioned earlier, will create a new project with a unit containing...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at AU $24.99/month. Cancel anytime