DelphiDelphiVCLPythonPython GUIWindows

What Are Bi-Directional Properties In DelphiVCL Applications?

What is Bi-Directional (BiDi)? Some languages do not follow the left to right reading order commonly found in Western languages, but rather use the right to left reading order for words and the left to right reading order for numbers. These languages are termed bi-directional (BiDi) because of this separation. The most common bi-directional languages are Arabic and Hebrew, although other Middle…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is How The OnGetMainFormHandle Event Works

For development on Windows OnGetMainFormHandle or DelphiVCL.Application.OnGetMainFormHandle is the event triggered when reading the value of the MainFormHandle property. Let’s take a look at all of DelphiVCL.Application.OnGetMainFormHandle properties and methods: import DelphiVCL dir(DelphiVCL.Application.OnGetMainFormHandle) See the responses in our Windows command…
Read more
Learn PythonPythonPython GUIWindows

What Are The Differences Between C++ and Python?

Whether you write a C++ app or a Python app you are using two quite different programming languages. They are both considered to be the most popular and most used programming languages of all time. When comparing the two programming languages, most people often describe C++ as a difficult but fast language while Python is often characterized by its simplicity yet slow performance. Interestingly…
Read more
DelphiLearn PythonPythonPython GUIRAD StudioWindows

What You Need To Automatically Scrape Millions Of Tweets

Are you looking for an easy and powerful way to collect MASSIVE amounts of tweets for your research and build a nice GUI for them? You can easily collect thousands or even millions of tweets by combining snscrape, tweepy, and Python4Delphi library, inside Delphi and C++Builder. This post will guide you on how to run the snscrape and tweepy library and use Python for Windows app development so…
Read more