CodeDelphiPythonPython GUIRAD StudioWindows

Learn To Build Python GUI For These Powerful REST Services

What is REST Architecture? REST stands for REpresentational State Transfer. REST is a web standards-based architecture and uses HTTP Protocol. It revolves around a resource where every component is a resource and a resource is accessed by a common interface using HTTP standard methods. REST was first introduced by Roy Fielding in 2000. The REST architectural style emphasizes the scalability…
Read more
DelphiDelphiVCLPythonPython GUIWindows

This Is The DelphiVCL.Application.HelpSystem Property

In this post, you’ll learn more about HelpSystem or DelphiVCL.Application.HelpSystem property provides access to the interface for working with the Help system. TApplication uses IHelpSystem to interact with a Help system manager. This interface includes methods for displaying Help topics based on a keyword or topic ID. Applications can use the HelpSystem property to interact directly…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What does HintHidePause in DelphiVCL.Application do?

In this post, you’ll learn more about HintHidePause or DelphiVCL.Application.HintHidePause property is used to specify the time interval to wait before hiding the Help Hint if the mouse has not moved from the control or menu item. Use HintHidePause to specify a wait time in milliseconds. The default value is 2500 milliseconds (or 2 1/2seconds), which is set in the constructor. The Help Hint…
Read more
CodeDelphiPythonPython GUIRAD StudioWindows

Hands-On Bioinformatics With These 6 Powerful Python Libs

Are you looking for Python development tools that can be used in bioinformatics and to create a graphical user interface (GUI)? You can build scalable Bioinformatics systems easily by combining these 6 powerful Python libraries and Python4Delphi for the GUI building part. Python4Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in…
Read more