I am using the following components on my form:
TTabControl with 3 tab items
TabItem3 consists of:
TCircle with the stroke color set to match the toolbar color and a profile photo as the fill
TToolbar with multiple Speedbuttons and the screen title
Multiple labels on the form
TListBox with several list items, each with a custom bitmap and a Listbox search header.
TStyleBook…
Try Delphi on Amazon Linux.
May 2, 2017
Author: h.mohri
I tried Delphi on Amazon Linux.
Amazon Linux is Linux that exists only in the instance of EC2(AWS).
“Free tier eligible” can be used.
[Create an instance.]
Select Amazon Linux from EC 2 and create a new instance.
It is possible to connect…
Design Patterns in RAD Delphi
April 24, 2017
Author: Bogdan Polak BSC
What is a design pattern?
While several definitions can be formulated, they all contain one universal message. In my opinion the most accurate definition is given in the Wikipedia:
https://en.m.wikipedia.org/wiki/Software_design_pattern
I would like…
How to connect to Oracle DB from Ubuntu Linux.
April 20, 2017
Author: h.mohri
At this point, Instant Client configuration is complete.
Finally, “./PAServer-19.0/paserver” is started up and ready.
[Create a new project.]
In Delphi IDE side, create a new project. Web Server Application, check Linux.
I…
FireMonkey on Linux!
April 13, 2017
Author: Pawe Gowacki
It did not take long since the release of Delphi Linux compiler to have the ability to build Linux GUIs with Delphi!
Just go to http://fmxlinux.com and get the only currently available download of FireMonkey for Linux which is “Free Trial v…
Hello Delphi and VCL! Hello community!
April 11, 2017
Author: Bogdan Polak BSC
Hello
This is my first blog entry. I’d like focus here on software architecture in Delphi world. Why do Delphi developers need architectural patterns? Do they need it? In my opinion, they do not only need it, but they use it constantly. In my opinion, the question worth considering is: what patterns should we use and whether each pattern fits each project? I would like…
Dependency Injection with Spring4D
April 7, 2017
Nick Hodges wrote the book on Dependency Injection in Delphi. Join the director of R&Dfor this webinar on using the Spring4D Framework for dependency injection.
You can find the replay below.
Link to the…
New FireMonkey styles for macOS and Android Wear in 10.2
March 30, 2017
In Delphi, C++Builder and RAD Studio 10.2 we are providing two new FireMonkey styles: a dark blue style for Android Wear devices and a dark graphite style for macOS.
You can access the FireMonkey styles at…
Author: Dean C7173
Last week, in the Part 1 of this blog post we have installed Ubuntu 16.04 LTS Server-edition into a VMWare Fusion virtual machine running on Mac. Now we are going to complete the configuration of the Ubuntu server, install all the prerequisites for deploying the Delphi application, and deploy “Hello World” Delphi app using the latest Delphi 10.2 Tokyo beta, as the…