Muhammad Azizul Hakim
DelphiVCL is a powerful framework for creating excellent, modern, graphical user interfaces (GUIs) for your Python programs. DelphiVCL is independent of Delphi and does not require Delphi to be installed. However, you can make use…… … Read more
3 years ago in Delphi , DelphiVCL , gui , GuiProgramming , Learn Python , programming , Python , python gui , windows , windows app
0
Maria
How to choose the best, most efficient and user-friendly python development tools? Here we compare various options, from the basic interpreter to advanced GUIs such as PyScripter. The post The Top 4 Python Development Tools… … Read more
3 years ago in DelphiVCL , programming , PyScripter , Python , python gui
0
Muhammad Azizul Hakim
C++ ABIs or more specifically: DelphiVCL.Application.CPP_ABI_1, DelphiVCL.Application.CPP_ABI_2, and DelphiVCL.Application.CPP_ABI_3 inside DelphiVCL.Application is C++ ABIs (Application Binary Interfaces, which are implemented under the hood, including how parameters are passed, such as in a register or on…… … Read more
3 years ago in api references , Delphi , DelphiVCL , GuiProgramming , programming , Python , python gui , windows , windows app
0
Muhammad Azizul Hakim
During windows development, or in fact any similar apps, use the FreeInstance method or DelphiVCL.Application.FreeInstance to deallocate memory allocated by a previous call to the NewInstance method. All destructors call FreeInstance automatically to deallocate memory…… … Read more
3 years ago in api references , Delphi , DelphiVCL , GuiProgramming , programming , Python , python gui , windows , windows app
0
Muhammad Azizul Hakim
In windows app development, the Observers or DelphiVCL.Application.Observers property indicates the TObservers object added to the TComponent. Observers is a read-only property that returns the TObservers added to the TComponent, in order to use the…… … Read more
3 years ago in api references , Delphi , DelphiVCL , GuiProgramming , programming , Python , python gui , windows , windows app
0