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…
What Does EnumAllWindowsOnActivateHint Do?
July 15, 2021
In this post, we’ll use the EnumAllWindowsOnActivateHint property or DelphiVCL.Application.EnumAllWindowsOnActivateHint is a Boolean variable used for hint displaying. Learning how to do it will allow you to easily create GUIs with Python Programming…
How To Understand DelphiVCL.Application.EndInvoke
July 13, 2021
In this post, we’ll use the EndInvoke property or DelphiVCL.Application.EndInvoke to block the caller until the specified ASyncResult completes. Learning how to do it will allow you to easily create GUIs with Python Windows GUI Builder.
Returns the result from the…
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…
Ray is a distributed open-source platform from the RISELab in U.C. Berkeley. It quickly scales python applications from a laptop to a cluster, which is now being adapted for production deployments. Ray has useful problem-solving features such as rapid distribution…
What is DelphiVCL.Application.DesignInfo?
July 7, 2021
In this post, we’ll use the DesignInfo property or DelphiVCL.Application.DesignInfo contains information used by the Form designer in Python Program Maker.
DesignInfo is used internally. Do not use this property in applications.
Let’s browse all the properties…
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…
When the user invokes an action, a series of calls ensue to respond to that action. First, the action list that contains the action generates an OnExecute event. If the action list does not handle the OnExecute event, then the action is routed to the Application…
Do you want to perform Natural Language Processing tasks like part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, etc. in your GUI app? This post will get you to understand how to use TextBlob Python Library using Python4Delphi…
Specify the Alignment of a Control using Align or TAlign
June 30, 2021
Align or TAlign is used to specify the alignment of control within its parent. TAlign specifies how control is placed relative to its parent.
It can have one of the following values:
Value
Meaning
alNone
The control remains where it was placed. This is the default value.
alTop
The control moves to the top of its parent and resizes to fill the width of its parent.