Tagged: delphi
TMS Data Modeler and Filter Attributes
Contents1 Introduction2 Filter Attributes3 Customers and Orders4 Scripts5 Source Code Introduction Starting with v.5.0, TMS Aurelius offers a filtering mechanism based on attributes. This means that instead of altering the criteria before they are...
New Book: Delphi Quick Syntax Reference
The book offers a quick introduction to the Delphi language. In essence, it is a guide to get newcomers started in an easy and comprehensive way. To the experienced Delphi developers, it works as...
New Book: Introducing Delphi ORM
I would like to share with you that my new book has reached the production stage and will be available in September by Apress. The book is about Object Relational Mapping in Delphi and explores...
Deploying a WebBroker Apache Module on CentOS 7
This article assumes you can add CentOS 7 as target platform in a Delphi project. If you want to know how to do this, please check this post. Contents1 Introduction2 The WebBroker Project3 Uploading...
Delphi and CentOS 7
Contents1 Introduction2 CentOS 73 SDK Manager4 Fixing the Folders Introduction In recent years, Embarcadero expanded Delphi to cover the Linux platform as target platform for projects. In this step, two distributions of Linux...
New Book: MVVM in Delphi is out
Hello everyone, finally my book is out. It is, already, available in electronic version and from today Amazon.com offers a paperback edition. In a couple of days, it will be available from Amazon.co.uk. You...
Build and Install Packages in Delphi IDE using InnoSetup
Over the years I have written (as all developers out there) a number of packages and components I use in my applications. Visual components need to be installed in the IDE and a reference...
How to deploy a Delphi OSX project from the command line
Delphi has a well developed command line build process (via MSBuild) for Windows projects. After the introduction of FireMonkey, MSBuild was altered to allow users to build non-Win projects. After you build a project, if you...
Open Source Projects (Delphi)
This is a list with all my open source projects in Delphi. They are all available on github. neTabControl neTabControl is a Delphi FireMonkey TabControl with extended features. One of the distinctive features compared...
New Book: MVVM in Delphi
I’d like to share with you that I have completed writing a book about the MVVM (Model View View Model) pattern in Delphi and it is now at the stage of production. The book...