DelphiDelphiVCLPythonPython GUIWindows

What You Need To Know About The Observers Property

In windows app development, the Observers or DelphiVCL.Application.Observers property indicates the TObservers object added to the TComponent. Observers is a read-only property that returns the TObservers added to the TComponent, in order to use the notifications provided by the observers either with LiveBindings or for the developers’ own purposes. Let’s browse all the properties…
Read more
Learn PythonPythonPython GUIVideos

Why You Should Use Azure For Easy Data Processing

So, using your ide software you were able to build a web application and you want your project to be completely functional, running, and visible to everyone. Your web application must live somewhere other than your own desktop or laptop and to do so, you must deploy your project to a physical infrastructure that could run all the layers of software. Having or building a dedicated server, however…
Read more
DelphiLearn PythonPythonPython GUIRAD StudioWindows

What You Need To Add Powerful Statistical And Series Analysis

Are you looking for an easy yet powerful way to solve Time Series problems and build a nice GUI for them? You can deliver complete Statistical And Time Series Analysis easily by combining statsmodels and Python4Delphi library, inside Delphi and C++Builder IDE software. This post will guide you on how to run the statsmodels library and use Python for Delphi to display it in the Delphi Windows…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is The OnHelp Event In DelphiVCL.Application?

What is the DelphiVCL.Application.OnHelp event? The OnHelp or DelphiVCL.Application.OnHelp occurs when the application receives a request for Help. You can examine and set it in the IDE software. How to use the DelphiVCL.Application.OnHelp event properly? Write an OnHelp event handler to perform special processing when the user requests Help. The HelpContext and HelpJump methods…
Read more