Developers often get requests to create forms where it is crucial to pay attention to the position of a cursor after the Tab key is pressed at every point of the program execution. This can be particularly important when developing cross platform apps where following user’s expectations of how user interfaces should behave can help make your app seem professional. It can be important from…
How To Use The DeepAI Service In Your Cross Platform Apps
March 23, 2022
Today AI technologies boast high popularity and demand in many spheres of our life. For example, AI is used for face identification on smartphones. On social networks, we have the possibility to add different effects on photos (AR, collages, etc.). AI tools allow users to…
What Are The Mistakes We Made In Creating Delphi Objects?
November 16, 2021
Practically every developer, even a newcomer in programming, can create and destroy objects correctly. A classic construction that is used in the majority of programs looks the following way:
MyObject:= TMyClass.Create();
try
{some code…}
finally
…
What Is It Like To Be A Developer Serge Pilko?
October 27, 2021
Hello. This article is part of a series where we speak with professional software developers who use Windows App Development Tools, ask them what it’s like to write code for a living, and perhaps gain a few insights into the software development industry along the way.
Today we have a very popular member of the Delphi and RAD Studio developer community, Serge Pilko. Serge and I have…
When you start building your projects, you would like to start with one UI component set to target Android, iOS, macOS, Windows. The standard components provide enough tools to make any type of application but, sometimes you need a cross-platform UI component set. And the…
DevExpress VCL Subscription v20.2 Beta 1
December 3, 2020
As you may already know, DevExpress just released the first beta for their next major VCL update – v20.2. The official release is slated for the end of November. If you own an active VCL Subscription, you can download Beta 1 directly from their website.
They…