DelphiDelphiVCLPythonPython GUIWindows

7 More Built-In Function Objects Inside DelphiVCL Library

When running dir() to DelphiVCL library or any DelphiVCL methods and properties in all previous sections, you might find many of Python’s built-in objects and properties. You can also read 7 Built-In Function Objects Inside The DelphiVCL Library which has some other built-in object functions which relate to the ones in this article. In this post, you’ll learn more about built-in…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is The OnActionUpdate Event In DelphiVCL.Application?

In this post, we’ll use OnActionUpdate or DelphiVCL.Application.OnActionUpdate event occurs when an action’s Update method is called and its action list has not already handled it. Learning how to do it will allow you to easily build GUIs and test it with Python Testing Tools. Use the OnActionUpdate event handler to update the properties of an action when the application is idle if…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Is An OnActivate Event In A DelphiVCL.Application?

In this post, we’ll use the OnActivate or DelphiVCL.Application.OnActivate event that occurs when an application becomes active. Write an OnActivate event handler to perform special processing when the application becomes active. Learning how to do it will allow you to easily build and use Onactivate Event Handler on Python applications with Python Programming Software. When does an…
Read more
DelphiPythonPython GUIWindows

This Is How To Automatically Parse RSS Feeds In Your Apps

Tools like Python Windows GUI Builder make it simple to parse any RSS feed and building a nice GUI can be done easily by combining feedparser and Python4Delphi library, inside Delphi and C++Builder. Python4Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. What is the feedparser library? feedparser or Universal Feed Parser is…
Read more