Python GUI

Everything You Need To Automatically Test Your Network

pyATS is an open source network testing application created by software developers for network developers. It provides all the tools in your ide software that automation engineers need to explain test cases, run jobs, collect reports, and make the entire process part of your network automation pipeline. How can I automatically test my network? In this presentation, we’re going to look…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What is an OnGetActiveFormHandle Event in DelphiVCL.Application?

OnGetActiveFormHandle or DelphiVCL.Application.OnGetActiveFormHandle is the event triggered when reading the value of the ActiveFormHandle property. Let’s take a look at all of DelphiVCL.Application.OnGetActiveFormHandle properties, methods, and built-in properties: import DelphiVCL dir(DelphiVCL.Application.OnGetActiveFormHandle) See the responses in our Windows…
Read more
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