DelphiDelphiVCLPythonPython GUIWindows

This Is A List Of All Routines And Classes in the VCL

This section lists all routines and classes included in Delphi’s VCL, split by categories. You can use these lists to navigate according to your needs. VCL CategoryUnit(s)Additional ControlsVcl.ActnColorMaps, Vcl.ActnCtrls, Vcl.ActnMan, Vcl.ActnMenus, Vcl.ActnPopup, Vcl.AppEvnts, Vcl.ButtonGroup, Vcl.Buttons, Vcl.CheckLst, Vcl.CategoryButtons, Vcl.Controls, Vcl.CustomizeDlg…
Read more
DelphiDelphiVCLPythonPython GUIWindows

All You Need To Know About Application.DialogHandle

In this post, we’ll use the DialogHandle property or DelphiVCL.Application.DialogHandle provides a mechanism for using non-VCL dialog boxes in an application. Learning how to do it will allow you to easily build GUIs with Python Program Maker. Use DialogHandle when displaying a modeless dialog box that was created using the CreateDialog API function. Assigning the handle of the modeless…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What is the Free Method in DelphiVCL.Application?

In this post, we’ll use the Free method or DelphiVCL.Application.Free to destroy an object and free its associated memory, if necessary. Learning how to do it will allow you to easily build GUIs with Python Development Tools. Use Free to destroy an object. Free automatically calls the destructor if the object reference is not nil. Any object instantiated at run time that does not have…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What Does EnumAllWindowsOnActivateHint Do?

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 Software. EnumAllWindowsOnActivateHint is used internally by VCL for hint displaying. Do not use it directly. Let’s browse all the…
Read more