DelphiDelphiVCLPythonPython GUIWindows

What is the FindComponent Method in DelphiVCL.Application?

In this post, we’ll use the FindComponent method or DelphiVCL.Application.FindComponent to indicate whether a given component is owned by the component. Learning how to do it will allow you to easily build GUIs with Python Windows GUI Builder. FindComponent returns the component in the Components property array with the name that matches the string in the AName parameter. Use…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What You Need To Know About Application.EndFunctionInvoke

In this post, we’ll use the EndFunctionInvoke method or DelphiVCL.Application.EndFunctionInvoke to block the caller until the specified ASyncResult completes. Learning how to do it will allow you to easily build GUIs with Python Build Tools. Returns the result from the method that BeginInvoke asynchronously executes. This result is immediately returned after the given IAsyncResult…
Read more
Learn PythonPythonPython GUIVideos

Everything You Need For A Raspberry Pi Science Fair Project

Let’s face it, we all know that Python is one of the most widely used programming languages and we have learned by now that it is being applied in many different fields. However, who would have thought that even grade schoolers can embrace the Python programming language and apply it to their school science project? The story of Wendi Dreeson, Python and a Raspberry Pi Science…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What is the ExeName Property in DelphiVCL.Application?

The ExeName property or DelphiVCL.Application.ExeName contains the file name of the application’s executable file including path information. In this post, we’ll use Use ExeName to obtain the name of the executable file for the application. ExeName is the fully-qualified name, including the path to the application’s executable in Python Windows GUI Builder. More things…
Read more