DelphiDelphiVCLPythonPython GUIWindows

What Is The InheritsFrom Method?

In this post, you’ll learn more about InheritsFrom or DelphiVCL.Application.InheritsFrom method determines the relationship between two object types. Use InheritsFrom to determine whether a particular class type or object is an instance of a class or one of its descendants. InheritsFrom returns True if the object type specified in the aClass parameter is an ancestor of the object type or…
Read more
DelphiDelphiVCLPythonPython GUIWindows

What You Need To Know About The InstanceSize Method

What is DelphiVCL.Application.InstanceSize? In this post, you’ll learn more about InstanceSize or DelphiVCL.Application.InstanceSize method returns the size in bytes of each instance of the object type. InstanceSize indicates how many bytes of memory are required for a class’s instance data. InstanceSize is called from methods that allocate and deallocate memory. InstanceSize is…
Read more
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